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