]> 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>
Sat, 27 Apr 2024 17:29:40 +0000 (19:29 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/html/themes/ipfire/include/css/style.css

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