Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-05-02 21:37:10 +0300
committerGitHub <noreply@github.com>2019-05-02 21:37:10 +0300
commit0321fbf0362c5966522adfc5c486ca6220e09e28 (patch)
tree9f7fddc074c0d2dc48ea2c5faac9a651e0747fe3 /scss
parentccfd575dfc1f859fa335867e0a3c2a17eaa9553f (diff)
Remove floats from dropdown (#28690)
Diffstat (limited to 'scss')
-rw-r--r--scss/_dropdown.scss1
-rw-r--r--scss/_navbar.scss1
2 files changed, 0 insertions, 2 deletions
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;
}
}