summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2018-12-16 15:08:05 +0100
committerJo-Philipp Wich <jo@mein.io>2018-12-16 15:08:05 +0100
commit91a73bebfbe387324a2bb27c034a435b113c1c74 (patch)
tree465295bcaddb73f0e029cf5d23a1a7bbb769a097 /themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
parent1cc6c58d1fef4d942329aef36376d2de23a4e319 (diff)
luci-theme-bootstrap: fix textarea height after CSS minification
Fixes #2378 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css')
-rw-r--r--themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
index 966e5e4fa..ab4e08a9e 100644
--- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
+++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
@@ -550,7 +550,7 @@ select[multiple] {
}
textarea {
- height: auto;
+ height: auto !important;
}
.td > input[type=text],