mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
CSS: Make all <select> and <textarea> use all available space
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -82,6 +82,10 @@ h1, h2, h3, h4, h5, h6 {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
select, textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
br.clear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user