mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 13:13:03 +02:00
Merge pull request #17137 from kkirsche/patch-10
v4: Dropdown caret is not horizontally alligned
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user