]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove floats from dropdown (#28690)
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Thu, 2 May 2019 18:37:10 +0000 (20:37 +0200)
committerGitHub <noreply@github.com>
Thu, 2 May 2019 18:37:10 +0000 (20:37 +0200)
scss/_dropdown.scss
scss/_navbar.scss

index ac3c8c8a2c5a851abb91bc52cc4d40298e170177..ba8674e929c09cc467988df0591e5da2d37bf060 100644 (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
index 5c6e96399e49c7de1d8b042da8bac7c88de381bc..8f52bdd173419285382cd21cbcab5aaa360cd935 100644 (file)
@@ -72,7 +72,6 @@
 
   .dropdown-menu {
     position: static;
-    float: none;
   }
 }