diff options
| author | Kevin Kirsche <[email protected]> | 2015-08-20 11:29:23 -0400 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-08-20 11:29:23 -0400 |
| commit | b093f010df8b98e4ba31ee9a4d10f76d0241d65a (patch) | |
| tree | f7ae7a25b6c405b9306420410c1970953dcb014e | |
| parent | 077188193555ebf91ae23b7b068bb7417e4cf3a3 (diff) | |
| download | bootstrap-b093f010df8b98e4ba31ee9a4d10f76d0241d65a.tar.xz bootstrap-b093f010df8b98e4ba31ee9a4d10f76d0241d65a.zip | |
v4: Dropdown caret is not horizontally alligned
Fix #17135
| -rw-r--r-- | scss/_dropdown.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index d3588d270..42a799240 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; |
