fix(ui-docs): evil pre-commit autocorrect
This commit is contained in:
parent
c0219d3fa8
commit
d8554f6ced
|
@ -121,7 +121,7 @@ The page grid consists of 46px wide tracks, separated by 32px wide gaps. [See ex
|
||||||
Resize the window to observe how the items move.
|
Resize the window to observe how the items move.
|
||||||
|
|
||||||
<Layout flex>
|
<Layout flex>
|
||||||
<Toggle v-model="alignLeft" title="Left-align the layout"/>
|
<Toggle v-model="alignLeft" label="Left-align the layout"/>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -181,11 +181,9 @@ Resize the window to observe how the items move.
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
||||||
<Layout
|
<Layout
|
||||||
grid="auto / repeat(auto-fit, calc(46px _ 4 + 32px _ 3))"
|
grid="auto / repeat(auto-fit, calc(46px * 4 + 32px * 3))"
|
||||||
v-bind="attributes"
|
v-bind="attributes"
|
||||||
|
|
||||||
>
|
>
|
||||||
|
|
||||||
<Layout flex no-gap
|
<Layout flex no-gap
|
||||||
style="grid-column: 1 / -1; align-self: baseline;"
|
style="grid-column: 1 / -1; align-self: baseline;"
|
||||||
>
|
>
|
||||||
|
@ -206,7 +204,6 @@ v-bind="attributes"
|
||||||
Show all
|
Show all
|
||||||
</Button>
|
</Button>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
||||||
</Layout>
|
</Layout>
|
||||||
<Layout solid default
|
<Layout solid default
|
||||||
style="position:relative;"
|
style="position:relative;"
|
||||||
|
|
Loading…
Reference in New Issue