v4: Dropdown caret is not horizontally alligned

Fix #17135
This commit is contained in:
Kevin Kirsche 2015-08-20 11:29:23 -04:00
parent 0771881935
commit b093f010df
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
width: 0; width: 0;
height: 0; height: 0;
margin-left: .25rem; margin-left: .25rem;
margin-right: .25rem;
vertical-align: middle; vertical-align: middle;
content: ""; content: "";
border-top: $caret-width solid; border-top: $caret-width solid;