style: add flex auto
This commit is contained in:
parent
7232eb3adb
commit
62662c99c0
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@
|
||||||
&.row-reverse {
|
&.row-reverse {
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.auto {
|
||||||
|
flex: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-grow {
|
.flex-grow {
|
||||||
|
|
Loading…
Add table
Reference in a new issue