CSS: Make text/number inputs 100% wide, too

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-04-09 18:25:11 +02:00
parent 17c29ce7fe
commit 8eb016da79

View File

@@ -82,7 +82,7 @@ h1, h2, h3, h4, h5, h6 {
font-size: 20px;
}
select, textarea {
select, textarea, input[type=text], input[type=number] {
width: 100%;
}