From: Gaƫl Poupard Date: Fri, 26 Feb 2021 10:59:28 +0000 (+0100) Subject: fix(navs): ensure button will grow in fill/justified nav X-Git-Tag: v5.0.0-beta3~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bed8fc8381be8f9aad7ac95727be4ab8975b4f94;p=thirdparty%2Fbootstrap.git fix(navs): ensure button will grow in fill/justified nav --- diff --git a/scss/_nav.scss b/scss/_nav.scss index 2534f7f77b..ffb27d869c 100644 --- a/scss/_nav.scss +++ b/scss/_nav.scss @@ -117,6 +117,13 @@ } } +.nav-fill, +.nav-justified { + .nav-item .nav-link { + width: 100%; // Make sure button will grow + } +} + // Tabbable tabs //