[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 changed files with 1 additions and 1 deletions

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