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