From: Michael Tremer Date: Tue, 9 Apr 2024 16:25:11 +0000 (+0200) Subject: CSS: Make text/number inputs 100% wide, too X-Git-Tag: v2.29-core197~25^2~129 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f560e558d839b4d007d8a8d03f484ca36304c7d1;p=ipfire-2.x.git CSS: Make text/number inputs 100% wide, too Signed-off-by: Michael Tremer --- diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css index 01618449f..0e42f25f3 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 { +select, textarea, input[type=text], input[type=number] { width: 100%; }