Adjust styles so placeholder component is left aligned
This commit is contained in:
parent
349cbf2866
commit
dcc98e69f8
|
@ -65,7 +65,7 @@
|
||||||
type="container"
|
type="container"
|
||||||
props={{
|
props={{
|
||||||
direction: "column",
|
direction: "column",
|
||||||
hAlign: "center",
|
hAlign: "left",
|
||||||
vAlign: "stretch",
|
vAlign: "stretch",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
|
@ -97,6 +97,8 @@
|
||||||
styles={{
|
styles={{
|
||||||
normal: {
|
normal: {
|
||||||
width: "600px",
|
width: "600px",
|
||||||
|
"margin-left": "auto",
|
||||||
|
"margin-right": "auto",
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
context="form"
|
context="form"
|
||||||
|
|
Loading…
Reference in New Issue