0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01: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

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;
}