0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

fix(navs): ensure button will grow in fill/justified nav

This commit is contained in:
Gaël Poupard 2021-02-26 11:59:28 +01:00 committed by Mark Otto
parent 0bdf931507
commit bed8fc8381

View File

@ -117,6 +117,13 @@
}
}
.nav-fill,
.nav-justified {
.nav-item .nav-link {
width: 100%; // Make sure button will grow
}
}
// Tabbable tabs
//