From: Mark Otto Date: Wed, 21 Dec 2016 21:20:28 +0000 (-0800) Subject: no need for a clearfix given no more floats X-Git-Tag: v4.0.0-alpha.6~284 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b98ef3bfd020fe6c79ebfe3039a3b5db11010560;p=thirdparty%2Fbootstrap.git no need for a clearfix given no more floats --- diff --git a/scss/_navbar.scss b/scss/_navbar.scss index af3dc102a6..9a9dc3a1a6 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -257,8 +257,6 @@ $next: breakpoint-next($breakpoint, $grid-breakpoints); $infix: breakpoint-infix($breakpoint, $grid-breakpoints); &#{$infix} { - @include clearfix; - @include media-breakpoint-down($breakpoint) { .navbar-nav { .dropdown-menu {