Add flex shrink

This commit is contained in:
Jeremy Thomas
2016-09-10 21:52:27 +01:00
parent 895202e48f
commit 6d9a51cf48
7 changed files with 18 additions and 1 deletions

View File

@@ -31,6 +31,7 @@
border-bottom: 1px solid $border
display: flex
flex-grow: 1
flex-shrink: 0
justify-content: flex-start
&.is-left
padding-right: 10px
@@ -73,6 +74,7 @@
&.is-fullwidth
li
flex-grow: 1
flex-shrink: 0
&.is-toggle
a
border: 1px solid $border