From 91a73bebfbe387324a2bb27c034a435b113c1c74 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 16 Dec 2018 15:08:05 +0100 Subject: [PATCH] luci-theme-bootstrap: fix textarea height after CSS minification Fixes #2378 Signed-off-by: Jo-Philipp Wich --- .../htdocs/luci-static/bootstrap/cascade.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], -- 2.25.1