From: Michael Tremer Date: Tue, 9 Apr 2024 16:25:11 +0000 (+0200) Subject: CSS: Make text/number inputs 100% wide, too X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8eb016da793e623ab5b5b7b05556f9c5dfa8faa2;p=people%2Fms%2Fipfire-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 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%; }