From: Kevin Kirsche Date: Thu, 20 Aug 2015 15:29:23 +0000 (-0400) Subject: v4: Dropdown caret is not horizontally alligned X-Git-Tag: v4.0.0-alpha.2~170^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b093f010df8b98e4ba31ee9a4d10f76d0241d65a;p=thirdparty%2Fbootstrap.git v4: Dropdown caret is not horizontally alligned Fix #17135 --- diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index d3588d2707..42a799240e 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -11,6 +11,7 @@ width: 0; height: 0; margin-left: .25rem; + margin-right: .25rem; vertical-align: middle; content: ""; border-top: $caret-width solid;