2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03: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
+1
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;
}