luci-theme-bootstrap: fix textarea height after CSS minification
authorJo-Philipp Wich <jo@mein.io>
Sun, 16 Dec 2018 14:08:05 +0000 (15:08 +0100)
committerJo-Philipp Wich <jo@mein.io>
Sun, 16 Dec 2018 14:08:05 +0000 (15:08 +0100)
Fixes #2378
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index 966e5e4fa105491efee067acf1981dde11ac35fc..ab4e08a9e9659f99c27299b9dd324113fbdccca9 100644 (file)
@@ -550,7 +550,7 @@ select[multiple] {
 }
 
 textarea {
-       height: auto;
+       height: auto !important;
 }
 
 .td > input[type=text],