1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 12:21:35 +02:00

Remove .nav-item from .nav-link to make it consistent

- Closes #28423
This commit is contained in:
Rohit Sharma
2020-06-06 00:27:35 +05:30
committed by XhmikosR
parent 92a728eae6
commit e140ff92ed
4 changed files with 27 additions and 25 deletions

View File

@@ -92,6 +92,7 @@
//
.nav-fill {
> .nav-link,
.nav-item {
flex: 1 1 auto;
text-align: center;
@@ -99,6 +100,7 @@
}
.nav-justified {
> .nav-link,
.nav-item {
flex-basis: 0;
flex-grow: 1;