diff options
| author | Gaƫl Poupard <[email protected]> | 2021-02-26 11:59:28 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2021-03-01 11:55:19 -0800 |
| commit | bed8fc8381be8f9aad7ac95727be4ab8975b4f94 (patch) | |
| tree | 384cb10c6bdfb5e7bcc8d4303ae63749d76a6424 | |
| parent | 0bdf9315077d22022a1f35b60b830398825098ce (diff) | |
| download | bootstrap-bed8fc8381be8f9aad7ac95727be4ab8975b4f94.tar.xz bootstrap-bed8fc8381be8f9aad7ac95727be4ab8975b4f94.zip | |
fix(navs): ensure button will grow in fill/justified nav
| -rw-r--r-- | scss/_nav.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scss/_nav.scss b/scss/_nav.scss index 2534f7f77..ffb27d869 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 // |
