fix(model_plaza): enable flexbox on parent VBox for DimensionFilter height
This commit is contained in:
parent
a76a46d8bc
commit
514b674f04
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"widgettype": "VBox",
|
"widgettype": "VBox",
|
||||||
"options": {"css": "plaza-container", "width": "100%", "height": "100%", "gap": "8px"},
|
"options": {"css": "plaza-container", "display": "flex", "flexDirection": "column", "width": "100%", "height": "100%", "gap": "8px"},
|
||||||
"subwidgets": [
|
"subwidgets": [
|
||||||
{
|
{
|
||||||
"widgettype": "Title2",
|
"widgettype": "Title2",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user