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

This reverts commit 17c29ce7fe.

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

View File

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