mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 17:11:48 +02:00
Fixes #10516: Use auto positioning for dropdowns in justified nav to fix Firefox rendering
This commit is contained in:
10
dist/css/bootstrap.css
vendored
10
dist/css/bootstrap.css
vendored
@@ -4131,6 +4131,11 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
|
||||
top: auto;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.nav-tabs.nav-justified > li {
|
||||
display: table-cell;
|
||||
@@ -4212,6 +4217,11 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.nav-justified > .dropdown .dropdown-menu {
|
||||
top: auto;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.nav-justified > li {
|
||||
display: table-cell;
|
||||
|
Reference in New Issue
Block a user