vendor/assets/scss/grid/_flex-grid.scss in foundation-rails-6.4.1.3 vs vendor/assets/scss/grid/_flex-grid.scss in foundation-rails-6.4.3.0
- old
+ new
@@ -86,13 +86,9 @@
// 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 == expand {
min-width: 0;
}
- // max-width fixes IE 10/11 not respecting the flex-basis property
- @if $columns != expand and $columns != shrink {
- max-width: grid-column($columns);
- }
}
/// Creates a block grid for a flex grid row.
///
/// @param {Number} $n - Number of columns to display on each row.