Skip to content

Commit

Permalink
fix(navs): ensure button will grow in fill/justified nav
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd authored and mdo committed Mar 1, 2021
1 parent 0bdf931 commit bed8fc8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scss/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@
}
}

.nav-fill,
.nav-justified {
.nav-item .nav-link {
width: 100%; // Make sure button will grow
}
}


// Tabbable tabs
//
Expand Down

0 comments on commit bed8fc8

Please sign in to comment.