1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 17:11:48 +02:00

Fix caret alignment (#25719)

This commit is contained in:
ysds
2018-03-13 01:51:00 +09:00
committed by XhmikosR
parent 21061a02ce
commit 50220acde4
2 changed files with 8 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
@mixin caret-right {
border-top: $caret-width solid transparent;
border-right: 0;
border-bottom: $caret-width solid transparent;
border-left: $caret-width solid;
}