From: Michael Tremer Date: Wed, 7 Aug 2024 12:20:58 +0000 (+0200) Subject: Revert "CSS: Make text/number inputs 100% wide, too" X-Git-Tag: v2.29-core188~10^2~166 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9427470af119f2f6d0ce661a49396eb22eba34c;p=ipfire-2.x.git Revert "CSS: Make text/number inputs 100% wide, too" This reverts commit 8eb016da793e623ab5b5b7b05556f9c5dfa8faa2. 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 49d13ffd22..19481139c1 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -96,7 +96,7 @@ h1, h2, h3, h4, h5, h6 { font-size: 20px; } -select, textarea, input[type=text], input[type=number] { +select, textarea { width: 100%; }