Make input buttons and link buttons the same height in Firefox
Set min-height on the input buttons to work around Firefox ignoring the line height: https://bugzilla.mozilla.org/show_bug.cgi?id=697451#c13.
This commit is contained in:
parent
b8767a760d
commit
e7f2a7027d
1 changed files with 1 additions and 0 deletions
|
@ -1706,6 +1706,7 @@ a.button {
|
|||
display: inline-block;
|
||||
line-height: 20px;
|
||||
padding: $lineheight/4 $lineheight/2;
|
||||
min-height: 20px + $lineheight/2;
|
||||
min-width: 120px;
|
||||
margin: 0 0 $lineheight/2 0;
|
||||
color: white;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue