Commit c22b8dca authored by Mark Otto's avatar Mark Otto

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

parent 1de638f8
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
.dropdown-menu { .dropdown-menu {
top: auto; top: auto;
bottom: 100%; bottom: 100%;
margin-bottom: 1px; margin-bottom: 2px;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment