mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 04:34:30 -07:00
Fix #232
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
.column
|
.column
|
||||||
flex: 1
|
flex: 1 1 auto
|
||||||
padding: 10px
|
padding: 10px
|
||||||
.columns.is-mobile > &.is-narrow
|
.columns.is-mobile > &.is-narrow
|
||||||
flex: none
|
flex: none
|
||||||
@@ -250,7 +250,8 @@
|
|||||||
|
|
||||||
.tile
|
.tile
|
||||||
align-items: stretch
|
align-items: stretch
|
||||||
flex: 1
|
flex: 1 1 auto
|
||||||
|
min-height: min-content
|
||||||
// Modifiers
|
// Modifiers
|
||||||
&.is-ancestor
|
&.is-ancestor
|
||||||
margin-left: -10px
|
margin-left: -10px
|
||||||
|
|||||||
Reference in New Issue
Block a user