Something went wrong while setting issue due date.
Firefox doesn't apply .btn line-height to submit `input`
Closed
Firefox doesn't apply .btn line-height to submit `input`
Created by: necolas
Unfortunately, Firefox sets the line-height of these elements to line-height:normal !important
in the UA stylesheet. That makes it impossible to modify the line-height, so the .btn
component should use line-height:normal
and rely on changing the padding instead.