From: Chris Bell Date: Tue, 29 Sep 2015 15:13:02 +0000 (+0100) Subject: Fix for Issue #17711 - Added clearfix mixin to the nav-pills class. X-Git-Tag: v4.0.0-alpha.2~156^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49379fd5f7fff0dbc88305c6a627f1f0351327ce;p=thirdparty%2Fbootstrap.git Fix for Issue #17711 - Added clearfix mixin to the nav-pills class. --- diff --git a/scss/_nav.scss b/scss/_nav.scss index 551f3c9cde..90d02b254c 100644 --- a/scss/_nav.scss +++ b/scss/_nav.scss @@ -91,6 +91,8 @@ // .nav-pills { + @include clearfix(); + .nav-item { float: left;