From: Martijn Cuppens Date: Thu, 2 May 2019 18:37:10 +0000 (+0200) Subject: Remove floats from dropdown (#28690) X-Git-Tag: v5.0.0-alpha1~1129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0321fbf0362c5966522adfc5c486ca6220e09e28;p=thirdparty%2Fbootstrap.git Remove floats from dropdown (#28690) --- diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index ac3c8c8a2c..ba8674e929 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 5c6e96399e..8f52bdd173 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -72,7 +72,6 @@ .dropdown-menu { position: static; - float: none; } }