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=55b6468f94f5abacc40c083bae9effdfd5db15e1;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 c66d26636..c373a9411 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -99,7 +99,7 @@ h1, h2, h3, h4, h5, h6 { text-align: left; } -select, textarea { +select, textarea, input[type=text], input[type=number] { width: 100%; }