From d7c72ccf88ed05c85cc1cee22924815ef4a58362 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 3 Jun 2025 12:27:28 +0200 Subject: [PATCH] Revert "CSS: Make text/number inputs 100% wide, too" This reverts commit f9beaa17f22a191919b2982511d4a4598ffcf81e. This seems to break major parts of the layout on several pages. 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 b658a74e6..df6ee6b47 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -106,7 +106,7 @@ h6 { font-size: 1em; } -select, textarea, input[type=text], input[type=number] { +select, textarea { width: 100%; } -- 2.39.5