luci-theme-bootstrap: fix textarea height after CSS minification
Fixes #2378 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
1cc6c58d1f
commit
91a73bebfb
@ -550,7 +550,7 @@ select[multiple] {
|
||||
}
|
||||
|
||||
textarea {
|
||||
height: auto;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.td > input[type=text],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user