From 8eb016da793e623ab5b5b7b05556f9c5dfa8faa2 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 9 Apr 2024 18:25:11 +0200 Subject: [PATCH] CSS: Make text/number inputs 100% wide, too 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 a7f8b835b..4bb36391e 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -82,7 +82,7 @@ h1, h2, h3, h4, h5, h6 { font-size: 20px; } -select, textarea { +select, textarea, input[type=text], input[type=number] { width: 100%; } -- 2.39.5