Update row explorer block to stretch by default, enabling a height setting of 100% to work
This commit is contained in:
parent
b575109fdc
commit
7ae21460f8
|
@ -7282,7 +7282,7 @@
|
||||||
},
|
},
|
||||||
"grid": {
|
"grid": {
|
||||||
"hAlign": "stretch",
|
"hAlign": "stretch",
|
||||||
"vAlign": "start"
|
"vAlign": "stretch"
|
||||||
},
|
},
|
||||||
"settings": [
|
"settings": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue