2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fixes #15148: make the dropdown and dropup menus have the same margins

This commit is contained in:
Mark Otto
2014-11-29 18:31:09 -08:00
parent 1de638f830
commit c22b8dca14
+1 -1
View File
@@ -190,7 +190,7 @@
.dropdown-menu { .dropdown-menu {
top: auto; top: auto;
bottom: 100%; bottom: 100%;
margin-bottom: 1px; margin-bottom: 2px;
} }
} }