fixes #17583: only include clearfix on make-container mixin when not in flex mode
This commit is contained in:
parent
b811f8cf96
commit
339130c040
1 changed files with 4 additions and 1 deletions
|
|
@ -7,7 +7,10 @@
|
|||
margin-left: auto;
|
||||
padding-left: ($gutter / 2);
|
||||
padding-right: ($gutter / 2);
|
||||
@include clearfix();
|
||||
@if $enable-flex {
|
||||
} @else {
|
||||
@include clearfix();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue