From eb306f3708403dd0fcd42fb1a36e9805c158a842 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 01:12:07 +0200 Subject: [PATCH] Reduce min-width of input/number select elements --- settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.html b/settings.html index 4bafa71..9617916 100644 --- a/settings.html +++ b/settings.html @@ -91,7 +91,7 @@ } select, input[type="number"] { - min-width: 40px; + min-width: 30px; max-width: 100%; padding: 0.4em 0.6em; border: 1.2px solid #cbd5e1;