From: Mark Otto Date: Sun, 24 Jul 2016 07:46:29 +0000 (-0700) Subject: Fixes #17990: clear the floats within .navbar-toggleable-* to avoid funky animation... X-Git-Tag: v4.0.0-alpha.5~4^2~17^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15f522fd4ae3fe7933d526f045b0b2df22a35291;p=thirdparty%2Fbootstrap.git Fixes #17990: clear the floats within .navbar-toggleable-* to avoid funky animation on close --- diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 64409f715a..6e563d4390 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -132,16 +132,19 @@ // Custom override for .navbar-toggleable { &-xs { + @include clearfix; @include media-breakpoint-up(sm) { display: block !important; } } &-sm { + @include clearfix; @include media-breakpoint-up(md) { display: block !important; } } &-md { + @include clearfix; @include media-breakpoint-up(lg) { display: block !important; }