Update ejectable table block to be more responsive
This commit is contained in:
parent
65dcdc96bb
commit
4957f335b7
|
@ -76,6 +76,7 @@
|
||||||
hAlign: "stretch",
|
hAlign: "stretch",
|
||||||
vAlign: "middle",
|
vAlign: "middle",
|
||||||
gap: "M",
|
gap: "M",
|
||||||
|
wrap: true,
|
||||||
}}
|
}}
|
||||||
styles={{
|
styles={{
|
||||||
"margin-bottom": "20px",
|
"margin-bottom": "20px",
|
||||||
|
@ -93,9 +94,10 @@
|
||||||
type="container"
|
type="container"
|
||||||
props={{
|
props={{
|
||||||
direction: "row",
|
direction: "row",
|
||||||
hAlign: "right",
|
hAlign: "left",
|
||||||
vAlign: "center",
|
vAlign: "center",
|
||||||
gap: "M",
|
gap: "M",
|
||||||
|
wrap: true,
|
||||||
}}
|
}}
|
||||||
order={1}
|
order={1}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue