float a dropdown in a dropdown to the left
This commit is contained in:
parent
11be0157be
commit
44ed3fb937
|
@ -6825,6 +6825,9 @@ a.skip-link {
|
|||
.bg-inverse .dropdown-menu {
|
||||
background-color: #292b2c; }
|
||||
|
||||
.navbar-toggleable-md .navbar-nav .dropdown-menu {
|
||||
float: left; }
|
||||
|
||||
.dropdown-menu .dropdown-menu {
|
||||
position: relative;
|
||||
display: block;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -82,6 +82,10 @@ background-color:$brand-inverse;
|
|||
}
|
||||
|
||||
// Fixing BS dropdown in a dropdown
|
||||
.navbar-toggleable-md .navbar-nav .dropdown-menu {
|
||||
float:left;
|
||||
}
|
||||
|
||||
.dropdown-menu .dropdown-menu {
|
||||
position: relative;
|
||||
display: block;
|
||||
|
|
Reference in New Issue