1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 23:04:32 +02: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

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;