vendor/assets/scss/grid/_flex-grid.scss in foundation-rails-6.2.1.0 vs vendor/assets/scss/grid/_flex-grid.scss in foundation-rails-6.2.3.0
- old
+ new
@@ -97,10 +97,10 @@
}
// fixes recent Chrome version not limiting child width
// https://stackoverflow.com/questions/34934586/white-space-nowrap-and-flexbox-did-not-work-in-chrome
@if $columns == null {
- min-width: 0;
+ min-width: initial;
}
// max-width fixes IE 10/11 not respecting the flex-basis property
@if $columns != null and $columns != shrink {
max-width: grid-column($columns);
}