mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 05:33:02 +02:00
Prevent .row
from shrinking in flex container (#30940)
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
@mixin make-row($gutter: $grid-gutter-width) {
|
@mixin make-row($gutter: $grid-gutter-width) {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex: 1 0 100%;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin-right: -$gutter / 2;
|
margin-right: -$gutter / 2;
|
||||||
margin-left: -$gutter / 2;
|
margin-left: -$gutter / 2;
|
||||||
|
Reference in New Issue
Block a user