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
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ select[multiple] {
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
height: auto;
|
height: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.td > input[type=text],
|
.td > input[type=text],
|
||||||
|
|
Loading…
Reference in a new issue