]> 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>
Fri, 6 Dec 2024 19:58:31 +0000 (19:58 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/html/themes/ipfire/include/css/style.css

index 56e6f26dffca087ef5274e1e00c723090ae5a659..894670d482b3121c392527e9b1ffd1f40c9e07d4 100644 (file)
@@ -106,6 +106,10 @@ h6 {
        font-size: 1em;
 }
 
+select, textarea {
+       width: 100%;
+}
+
 br.clear {
        clear: both;
 }