From 325e947f176bbe458d066fa90cc59c99825b0b0b Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 01:11:50 +0200 Subject: [PATCH] Adjust 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 7c700ff..88bf5ba 100644 --- a/settings.html +++ b/settings.html @@ -91,7 +91,7 @@ } select, input[type="number"] { - min-width: 80px; + min-width: 40px; max-width: 100%; padding: 0.4em 0.6em; border: 1.2px solid #cbd5e1;