1
0
Fork 0
mirror of synced 2024-06-14 08:24:48 +12:00

Adjust styles so placeholder component is left aligned

This commit is contained in:
Andrew Kingston 2022-11-14 09:25:45 +00:00
parent 349cbf2866
commit dcc98e69f8
2 changed files with 3 additions and 1 deletions

View file

@ -65,7 +65,7 @@
type="container" type="container"
props={{ props={{
direction: "column", direction: "column",
hAlign: "center", hAlign: "left",
vAlign: "stretch", vAlign: "stretch",
}} }}
> >

View file

@ -97,6 +97,8 @@
styles={{ styles={{
normal: { normal: {
width: "600px", width: "600px",
"margin-left": "auto",
"margin-right": "auto",
}, },
}} }}
context="form" context="form"