0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-28 10:24:19 +01:00

Remove flex: 1 0 100% from rows (#31439) (#31445)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>

Co-authored-by: Mark Otto <markd.otto@gmail.com>
This commit is contained in:
XhmikosR 2020-08-06 18:59:17 +03:00 committed by GitHub
parent 89dc9750ec
commit f083759d03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,6 @@
@mixin make-row($gutter: $grid-gutter-width) {
display: flex;
flex: 1 0 100%;
flex-wrap: wrap;
margin-right: -$gutter / 2;
margin-left: -$gutter / 2;