mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 13:04:29 -07:00
Add flex shrink
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user