diff options
| author | Martijn Cuppens <[email protected]> | 2019-05-02 20:37:10 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-05-02 20:37:10 +0200 |
| commit | 0321fbf0362c5966522adfc5c486ca6220e09e28 (patch) | |
| tree | 9f7fddc074c0d2dc48ea2c5faac9a651e0747fe3 | |
| parent | ccfd575dfc1f859fa335867e0a3c2a17eaa9553f (diff) | |
| download | bootstrap-0321fbf0362c5966522adfc5c486ca6220e09e28.tar.xz bootstrap-0321fbf0362c5966522adfc5c486ca6220e09e28.zip | |
Remove floats from dropdown (#28690)
| -rw-r--r-- | scss/_dropdown.scss | 1 | ||||
| -rw-r--r-- | scss/_navbar.scss | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index ac3c8c8a2..ba8674e92 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -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 diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 5c6e96399..8f52bdd17 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -72,7 +72,6 @@ .dropdown-menu { position: static; - float: none; } } |
