From fc702bcbf5334a33319ab7047b01ec8849078352 Mon Sep 17 00:00:00 2001 From: Ansuel Smith Date: Sat, 4 Sep 2021 18:56:36 +0200 Subject: [PATCH] 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) --- .../luci-theme-material/htdocs/luci-static/material/cascade.css | 1 - 1 file changed, 1 deletion(-) 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; -- 2.30.2