From: Johann-S Date: Tue, 25 Apr 2017 19:34:06 +0000 (+0200) Subject: Fix dropdown-menu-right and dropdown-menu-left for Dropdown X-Git-Tag: v4.0.0-beta~166^2~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc35a840dc2bf0ce0ec8bfea6dc49e7e89106159;p=thirdparty%2Fbootstrap.git Fix dropdown-menu-right and dropdown-menu-left for Dropdown --- diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 7826e02121..981a17cb86 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -114,11 +114,11 @@ // menu with the parent. .dropdown-menu-right { right: 0; - left: auto; // Reset the default from `.dropdown-menu` + left: auto !important; // Reset the default from `.dropdown-menu` } .dropdown-menu-left { - right: auto; + right: auto !important; left: 0; }