Commit 89be07b5 authored by Gaël Poupard's avatar Gaël Poupard Committed by XhmikosR
Browse files

Prevent `.row` from shrinking in flex container (#30940)

6 merge requests!36532My v4 dev,!34086v4: Fix prevented show event disables modals with fade class from being displayed again,!33729V4 dev,!33086V4 dev,!31901Add opacity utilities,!31513Update icons.md
Showing with 1 addition and 0 deletions
+1 -0
......@@ -12,6 +12,7 @@
@mixin make-row($gutter: $grid-gutter-width) {
display: flex;
flex: 1 0 100%;
flex-wrap: wrap;
margin-right: -$gutter / 2;
margin-left: -$gutter / 2;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment