From: Patrick Yeo Date: Mon, 31 Jul 2017 18:47:02 +0000 (-0700) Subject: Dropup dropdown-menu should have margin on the bottom instead of top X-Git-Tag: v4.0.0-beta~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd3507aba69a01758f804c6f7fccfeb6866a764f;p=thirdparty%2Fbootstrap.git Dropup dropdown-menu should have margin on the bottom instead of top --- diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 230c6f0dee..05e8b16523 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -26,6 +26,11 @@ // Allow for dropdowns to go bottom up (aka, dropup-menu) // Just add .dropup after the standard .dropdown class and you're set. .dropup { + .dropdown-menu { + margin-top: 0; + margin-bottom: $dropdown-spacer; + } + .dropdown-toggle { &::after { border-top: 0;