mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fix #8944
This commit is contained in:
parent
cbd0b7a505
commit
824d5d5de4
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,12 @@
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// The dropdown wrapper (div)
|
||||||
|
// --------------------------
|
||||||
|
.dropdown {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
// The dropdown menu (ul)
|
// The dropdown menu (ul)
|
||||||
// ----------------------
|
// ----------------------
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
|
|
Loading…
Add table
Reference in a new issue