1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

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

View file

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