Add a grow helper class for better flexbox positioning
This commit is contained in:
parent
a2b6fd8dfc
commit
9b239831b8
1 changed files with 2 additions and 0 deletions
|
|
@ -4,4 +4,6 @@
|
||||||
.left-pill { border-radius: 999px 0 0 999px; }
|
.left-pill { border-radius: 999px 0 0 999px; }
|
||||||
.right-pill { border-radius: 0 999px 999px 0; }
|
.right-pill { border-radius: 0 999px 999px 0; }
|
||||||
.full-pill { border-radius: 999px; }
|
.full-pill { border-radius: 999px; }
|
||||||
|
|
||||||
|
.grow { flex-grow: 1; }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue