mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Fix #232
This commit is contained in:
parent
91d04459db
commit
53ae739bbf
@ -1,5 +1,5 @@
|
||||
.column
|
||||
flex: 1
|
||||
flex: 1 1 auto
|
||||
padding: 10px
|
||||
.columns.is-mobile > &.is-narrow
|
||||
flex: none
|
||||
@ -250,7 +250,8 @@
|
||||
|
||||
.tile
|
||||
align-items: stretch
|
||||
flex: 1
|
||||
flex: 1 1 auto
|
||||
min-height: min-content
|
||||
// Modifiers
|
||||
&.is-ancestor
|
||||
margin-left: -10px
|
||||
|
Loading…
Reference in New Issue
Block a user