Skip to content

Commit

Permalink
Fix numeric input width on options page
Browse files Browse the repository at this point in the history
for Thunderbird 115 and 128b
  • Loading branch information
moisseev committed Aug 7, 2024
1 parent e99fa35 commit c1b653c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions options/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ fieldset {
button {
text-align: center;
}
/* Numeric input width calculation is broken in Thunderbird 115 and 128b */
input[type="number"] {
min-width: 4.6em;
}

input[type="checkbox"],
input[type="radio"],
Expand Down

0 comments on commit c1b653c

Please sign in to comment.