CSS: Make form input elements use the entire width again

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-08-14 18:10:09 +02:00
parent 7ee7452042
commit 6a47b385b7

View File

@@ -335,7 +335,14 @@ table.form:last-child {
}
table.form tr td:first-child {
width: 30%;
width: 25%;
}
table.form tr td input[type=text],
table.form tr td input[type=number],
table.form tr td select,
table.form tr td textarea {
width: 100%;
}
table.form tr.action td {