Remove floats from dropdown (#28690)

This commit is contained in:
Martijn Cuppens 2019-05-02 20:37:10 +02:00 committed by GitHub
parent ccfd575dfc
commit 0321fbf036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@
left: 0;
z-index: $zindex-dropdown;
display: none; // none by default, but block on "open" of the menu
float: left;
min-width: $dropdown-min-width;
padding: $dropdown-padding-y 0;
margin: $dropdown-spacer 0 0; // override default ul

View File

@ -72,7 +72,6 @@
.dropdown-menu {
position: static;
float: none;
}
}