1
0
Fork 0
mirror of synced 2024-05-17 10:53:15 +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"
props={{
direction: "column",
hAlign: "center",
hAlign: "left",
vAlign: "stretch",
}}
>

View file

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