]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix for Issue #17711 - Added clearfix mixin to the nav-pills class.
authorChris Bell <chris@mangohill.net>
Tue, 29 Sep 2015 15:13:02 +0000 (16:13 +0100)
committerChris Bell <chris@mangohill.net>
Tue, 29 Sep 2015 15:13:02 +0000 (16:13 +0100)
scss/_nav.scss

index 551f3c9cdeeebb137521e34e971ef54ef91401ac..90d02b254c9aec448c6197cd5a212a26a5e617f6 100644 (file)
@@ -91,6 +91,8 @@
 //
 
 .nav-pills {
+  @include clearfix();
+  
   .nav-item {
     float: left;