mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
fixes #17583: only include clearfix on make-container mixin when not in flex mode
This commit is contained in:
@@ -7,7 +7,10 @@
|
||||
margin-left: auto;
|
||||
padding-left: ($gutter / 2);
|
||||
padding-right: ($gutter / 2);
|
||||
@include clearfix();
|
||||
@if $enable-flex {
|
||||
} @else {
|
||||
@include clearfix();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user