luci-theme-material: fix cut syslog
authorAnsuel Smith <ansuelsmth@gmail.com>
Sat, 4 Sep 2021 16:56:36 +0000 (18:56 +0200)
committerJo-Philipp Wich <jo@mein.io>
Fri, 22 Oct 2021 18:34:48 +0000 (20:34 +0200)
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 <ansuelsmth@gmail.com>
(cherry picked from commit a9ff8d34687b0bcec4e7766576da3b4cb3feda67)

themes/luci-theme-material/htdocs/luci-static/material/cascade.css

index 06d12dd2e4432297a3978ccc24274f565a9f1604..69dfdca2a5103aa9691f22742e3193b17d9ca317 100644 (file)
@@ -1907,7 +1907,6 @@ td > .ifacebadge,
 
 #syslog {
        font-size: small;
-       line-height: 1.25;
        overflow-y: hidden;
        width: 100%;
        min-height: 15rem;