diff options
| author | Mark Otto <[email protected]> | 2014-11-29 18:31:09 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-29 18:31:09 -0800 |
| commit | c22b8dca147dad63fa1d1eddc38b2ac4bcfb6cd0 (patch) | |
| tree | 89b2193211522616de59cff5fc63344c71432ccb | |
| parent | 1de638f830a60297f4b27ae2af9b340d073a5a5a (diff) | |
| download | bootstrap-c22b8dca147dad63fa1d1eddc38b2ac4bcfb6cd0.tar.xz bootstrap-c22b8dca147dad63fa1d1eddc38b2ac4bcfb6cd0.zip | |
Fixes #15148: make the dropdown and dropup menus have the same margins
| -rw-r--r-- | less/dropdowns.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less index 84a48c141..1e9b1e842 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; } } |
