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

@@ -13,6 +13,7 @@
padding: 10px
a
flex-grow: 1
flex-shrink: 0
img
max-height: 24px
.button + .button
@@ -72,6 +73,7 @@ a.nav-item
display: flex
flex-basis: 0
flex-grow: 1
flex-shrink: 0
justify-content: flex-start
overflow: hidden
overflow-x: auto
@@ -91,6 +93,7 @@ a.nav-item
display: flex
flex-basis: 0
flex-grow: 1
flex-shrink: 0
justify-content: flex-end
// Main container