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

This reverts commit 8eb016da79.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-08-07 14:20:58 +02:00
parent 2682a1d17a
commit e9427470af

View File

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