Add minimum width to buttons

This ensures they aren't too small, even if the text label is short.
This commit is contained in:
Samuel Mannehed
2025-01-13 00:19:56 +01:00
parent a2352b99c1
commit 7b58cb96bc
2 changed files with 2 additions and 0 deletions

View File

@@ -176,6 +176,7 @@ input[type=submit],
input::file-selector-button,
button,
select {
min-width: 8em;
border: none;
color: black;
font-weight: bold;