]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix(navs): ensure button will grow in fill/justified nav
authorGaël Poupard <ffoodd@users.noreply.github.com>
Fri, 26 Feb 2021 10:59:28 +0000 (11:59 +0100)
committerMark Otto <otto@github.com>
Mon, 1 Mar 2021 19:55:19 +0000 (11:55 -0800)
scss/_nav.scss

index 2534f7f77ba15a731987dbb95ac70f23e9a2625d..ffb27d869c730be6924ac71449414f759ef5b99d 100644 (file)
   }
 }
 
+.nav-fill,
+.nav-justified {
+  .nav-item .nav-link {
+    width: 100%; // Make sure button will grow
+  }
+}
+
 
 // Tabbable tabs
 //