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-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d7c72ccf88ed05c85cc1cee22924815ef4a58362;p=people%2Fms%2Fipfire-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%; }