CSS: Make all <select> and <textarea> use all available space

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-03-19 18:02:17 +01:00
parent d9de11aff8
commit 17c29ce7fe

View File

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