]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
Revert "CSS: Make all <select> and <textarea> use all available space"
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 7 Aug 2024 12:21:09 +0000 (14:21 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 7 Aug 2024 12:21:09 +0000 (14:21 +0200)
This reverts commit 17c29ce7fefe36be09d05e42a8b50d10e7ca5d17.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/html/themes/ipfire/include/css/style.css

index 19481139c17bbf52316a997f529e39de35f5a78f..dbb31ba313d51c89de425bb5b56f82f1cbbb056b 100644 (file)
@@ -96,10 +96,6 @@ h1, h2, h3, h4, h5, h6 {
        font-size: 20px;
 }
 
-select, textarea {
-       width: 100%;
-}
-
 br.clear {
        clear: both;
 }