1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05: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;
}