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=b3b98c3c5c52fe7cf7a00eb3c86bdfdb1a88a919;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 0d58edd1f..4ac919c80 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%; }