mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
fix(navs): ensure button will grow in fill/justified nav
This commit is contained in:
parent
0bdf931507
commit
bed8fc8381
1 changed files with 7 additions and 0 deletions
|
|
@ -117,6 +117,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
.nav-fill,
|
||||
.nav-justified {
|
||||
.nav-item .nav-link {
|
||||
width: 100%; // Make sure button will grow
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Tabbable tabs
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue