mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
CSS: Make text/number inputs 100% wide, too
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user