From: Mark Otto Date: Sun, 30 Nov 2014 02:31:09 +0000 (-0800) Subject: Fixes #15148: make the dropdown and dropup menus have the same margins X-Git-Tag: v3.3.2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c22b8dca147dad63fa1d1eddc38b2ac4bcfb6cd0;p=thirdparty%2Fbootstrap.git Fixes #15148: make the dropdown and dropup menus have the same margins --- diff --git a/less/dropdowns.less b/less/dropdowns.less index 84a48c1413..1e9b1e8429 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -190,7 +190,7 @@ .dropdown-menu { top: auto; bottom: 100%; - margin-bottom: 1px; + margin-bottom: 2px; } }