
The corresponding CSS is:
|
button, |
|
input, |
|
optgroup, |
|
select, |
|
textarea { |
|
font-family: inherit; /* 1 */ |
|
font-size: 100%; /* 1 */ |
|
line-height: 1.15; /* 1 */ |
|
margin: 0; /* 2 */ |
|
} |
Changing line-height to 1.2 or greater fixes the clip.
I'm not experiencing this issue in Firefox 65 though.
Related #769
The corresponding CSS is:
normalize.css/normalize.css
Lines 160 to 169 in fc091cc
Changing
line-heightto1.2or greater fixes the clip.I'm not experiencing this issue in Firefox 65 though.
Related #769