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 //