mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Fix up dropdowns being incorrectly positioned on nav pills
This commit is contained in:
parent
4e27740916
commit
bf5434dbec
2
dist/css/bootstrap.css
vendored
2
dist/css/bootstrap.css
vendored
@ -2550,7 +2550,7 @@ button.close {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.nav-pills > li + li > a {
|
||||
.nav-pills > li + li {
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
|
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
@ -132,9 +132,7 @@
|
||||
border-radius: 5px;
|
||||
}
|
||||
+ li {
|
||||
> a {
|
||||
margin-left: 2px;
|
||||
}
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
// Active state
|
||||
|
Loading…
x
Reference in New Issue
Block a user