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.99rst.org/?a=commitdiff_plain;h=a9ff8d34687b0bcec4e7766576da3b4cb3feda67;p=openwrt-luci.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 --- 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 48b9c6fb16..18ae319d7e 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -1905,7 +1905,6 @@ td > .ifacebadge, #syslog { font-size: small; - line-height: 1.25; overflow-y: hidden; width: 100%; min-height: 15rem;