From bed8fc8381be8f9aad7ac95727be4ab8975b4f94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Poupard?= Date: Fri, 26 Feb 2021 11:59:28 +0100 Subject: [PATCH] fix(navs): ensure button will grow in fill/justified nav --- scss/_nav.scss | 7 +++++++ 1 file changed, 7 insertions(+) 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 //