mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 02:24:19 +02:00
Undo changes from #8582 because it made links uneven on desktop
/cc @salman-javed-confiz
This commit is contained in:
6
dist/css/bootstrap.css
vendored
6
dist/css/bootstrap.css
vendored
@@ -2519,7 +2519,6 @@ button.close {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nav-tabs.nav-justified {
|
.nav-tabs.nav-justified {
|
||||||
display: table;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
@@ -2527,7 +2526,7 @@ button.close {
|
|||||||
.nav-tabs.nav-justified > li {
|
.nav-tabs.nav-justified > li {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
float: none;
|
float: none;
|
||||||
width: auto;
|
width: 1%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-tabs.nav-justified > li > a {
|
.nav-tabs.nav-justified > li > a {
|
||||||
@@ -2572,14 +2571,13 @@ button.close {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nav-justified {
|
.nav-justified {
|
||||||
display: table;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-justified > li {
|
.nav-justified > li {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
float: none;
|
float: none;
|
||||||
width: auto;
|
width: 1%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-justified > li > a {
|
.nav-justified > li > a {
|
||||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -167,12 +167,11 @@
|
|||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
.nav-justified {
|
.nav-justified {
|
||||||
display: table;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
> li {
|
> li {
|
||||||
float: none;
|
float: none;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
width: auto;
|
width: 1%;
|
||||||
> a {
|
> a {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user