From e9427470af119f2f6d0ce661a49396eb22eba34c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 7 Aug 2024 14:20:58 +0200 Subject: [PATCH] Revert "CSS: Make text/number inputs 100% wide, too" This reverts commit 8eb016da793e623ab5b5b7b05556f9c5dfa8faa2. Signed-off-by: Michael Tremer --- html/html/themes/ipfire/include/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css index 49d13ffd2..19481139c 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -96,7 +96,7 @@ h1, h2, h3, h4, h5, h6 { font-size: 20px; } -select, textarea, input[type=text], input[type=number] { +select, textarea { width: 100%; } -- 2.39.5