]> 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>
Mon, 2 Jun 2025 19:44:59 +0000 (19:44 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/html/themes/ipfire/include/css/style.css

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