]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
CSS: Make all <select> and <textarea> use all available space
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 Mar 2024 17:02:17 +0000 (18:02 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 Mar 2024 19:17:37 +0000 (20:17 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/html/themes/ipfire/include/css/style.css

index 7cf85d68df8b09bebab706508c82214229db362d..1bf2eba5b246875de52de43e4bbbf739e2ed7031 100644 (file)
@@ -85,6 +85,10 @@ h1, h2, h3, h4, h5, h6 {
        text-align: left;
 }
 
+select, textarea {
+       width: 100%;
+}
+
 br.clear {
        clear: both;
 }