From: Ansuel Smith Date: Sat, 4 Sep 2021 16:56:36 +0000 (+0200) Subject: luci-theme-material: fix cut syslog X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=fc702bcbf5334a33319ab7047b01ec8849078352;p=project%2Fluci.git luci-theme-material: fix cut syslog Remove line-height css for syslog textarea as it cause some problem with displaying all the rows of the syslog. (Row line are calculated with a line-height of 1) Signed-off-by: Ansuel Smith (cherry picked from commit a9ff8d34687b0bcec4e7766576da3b4cb3feda67) --- diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index 06d12dd2e4..69dfdca2a5 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -1907,7 +1907,6 @@ td > .ifacebadge, #syslog { font-size: small; - line-height: 1.25; overflow-y: hidden; width: 100%; min-height: 15rem;