1
0
Fork 0
mirror of synced 2024-08-16 18:41:37 +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 43b5c120b5
commit 2eeac325f3
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"