From: Michael Tremer Date: Tue, 3 Jun 2025 10:27:28 +0000 (+0200) Subject: Revert "CSS: Make text/number inputs 100% wide, too" X-Git-Tag: v2.29-core197~25^2~87 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=657998956d6ac7943d3ff3f6a9c65111bb3dcba6;p=ipfire-2.x.git Revert "CSS: Make text/number inputs 100% wide, too" This reverts commit f9beaa17f22a191919b2982511d4a4598ffcf81e. This seems to break major parts of the layout on several pages. 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 b658a74e6..df6ee6b47 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, input[type=text], input[type=number] { +select, textarea { width: 100%; }