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:
Jo-Philipp Wich 2018-12-16 15:08:05 +01:00
parent 1cc6c58d1f
commit 91a73bebfb

View file

@ -550,7 +550,7 @@ select[multiple] {
}
textarea {
height: auto;
height: auto !important;
}
.td > input[type=text],