Skip to content

Commit

Permalink
Fix inconsistent font sizes in Firefox
Browse files Browse the repository at this point in the history
<textarea> and <input> apparently don't have the same font size by
default...
  • Loading branch information
jstrieb committed Jun 14, 2023
1 parent ecff9fa commit 525f2a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ input, textarea {
width: 100%;
resize: none;
font-family: sans-serif;
font-size: 0.9em;
}

input[type="checkbox"] {
Expand Down

0 comments on commit 525f2a8

Please sign in to comment.