Browse Source

luci-theme-bootstrap: fix textarea height after CSS minification

Fixes #2378
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Jo-Philipp Wich 5 years ago
parent
commit
91a73bebfb

+ 1 - 1
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],