]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #15148: make the dropdown and dropup menus have the same margins
authorMark Otto <markdotto@gmail.com>
Sun, 30 Nov 2014 02:31:09 +0000 (18:31 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 30 Nov 2014 02:31:09 +0000 (18:31 -0800)
less/dropdowns.less

index 84a48c1413550259763e9a658980d2e13cb5df2f..1e9b1e8429781f412fac243a0e633b7378d17561 100644 (file)
   .dropdown-menu {
     top: auto;
     bottom: 100%;
-    margin-bottom: 1px;
+    margin-bottom: 2px;
   }
 }