Add .flex-1 utility class
This commit is contained in:
parent
d95b42fe29
commit
1989b8ca30
1 changed files with 5 additions and 1 deletions
|
|
@ -33,3 +33,7 @@
|
||||||
.order-last {
|
.order-last {
|
||||||
order: 9999;
|
order: 9999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flex-1 {
|
||||||
|
flex: 1 1 0%;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue