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.
|
||||
|
||||
<Layout flex>
|
||||
<Toggle v-model="alignLeft" title="Left-align the layout"/>
|
||||
<Toggle v-model="alignLeft" label="Left-align the layout"/>
|
||||
</Layout>
|
||||
|
||||
---
|
||||
|
@ -181,11 +181,9 @@ Resize the window to observe how the items move.
|
|||
</Layout>
|
||||
|
||||
<Layout
|
||||
grid="auto / repeat(auto-fit, calc(46px _ 4 + 32px _ 3))"
|
||||
v-bind="attributes"
|
||||
|
||||
grid="auto / repeat(auto-fit, calc(46px * 4 + 32px * 3))"
|
||||
v-bind="attributes"
|
||||
>
|
||||
|
||||
<Layout flex no-gap
|
||||
style="grid-column: 1 / -1; align-self: baseline;"
|
||||
>
|
||||
|
@ -206,7 +204,6 @@ v-bind="attributes"
|
|||
Show all
|
||||
</Button>
|
||||
</Layout>
|
||||
|
||||
</Layout>
|
||||
<Layout solid default
|
||||
style="position:relative;"
|
||||
|
|
Loading…
Reference in New Issue