mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fix up dropdowns being incorrectly positioned on nav pills
This commit is contained in:
parent
4e27740916
commit
bf5434dbec
3 changed files with 3 additions and 5 deletions
2
dist/css/bootstrap.css
vendored
2
dist/css/bootstrap.css
vendored
|
@ -2550,7 +2550,7 @@ button.close {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-pills > li + li > a {
|
.nav-pills > li + li {
|
||||||
margin-left: 2px;
|
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,10 +132,8 @@
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
+ li {
|
+ li {
|
||||||
> a {
|
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// Active state
|
// Active state
|
||||||
&.active > a {
|
&.active > a {
|
||||||
|
|
Loading…
Add table
Reference in a new issue