2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

[Fix Issue #15682] .caret is smaller in Firefox than other browsers

[Fix Issue twbs/bootstrap#15682] .caret is smaller in Firefox than other browsers
This commit is contained in:
Kevin Kirsche
2015-01-29 07:46:45 -05:00
parent a7747dedf2
commit 119ce267a6
+1 -1
View File
@@ -10,7 +10,7 @@
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: @caret-width-base solid;
border-top: @caret-width-base dashed;
border-right: @caret-width-base solid transparent;
border-left: @caret-width-base solid transparent;
}