mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Fix up dropdowns being incorrectly positioned on nav pills
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user