mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
Prevent .row
from shrinking in flex container (#30940)
This commit is contained in:
parent
4f44a2afd0
commit
89be07b51f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user