mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 20:04:30 -07:00
Fix flex shrink
This commit is contained in:
@@ -127,6 +127,7 @@
|
||||
+mobile
|
||||
margin-bottom: 5px
|
||||
+tablet
|
||||
flex-basis: 0
|
||||
flex-grow: 1
|
||||
flex-shrink: 0
|
||||
margin-right: 20px
|
||||
@@ -247,8 +248,9 @@
|
||||
display: flex
|
||||
& > .control
|
||||
display: flex
|
||||
flex-basis: 0
|
||||
flex-grow: 5
|
||||
flex-shrink: 0
|
||||
flex-shrink: 1
|
||||
&.is-loading
|
||||
&:after
|
||||
@extend .loader
|
||||
|
||||
Reference in New Issue
Block a user