luci-theme-material: fix cut syslog
authorAnsuel Smith <[email protected]>
Sat, 4 Sep 2021 16:56:36 +0000 (18:56 +0200)
committerAnsuel Smith <[email protected]>
Sat, 4 Sep 2021 16:56:36 +0000 (18:56 +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 <[email protected]>
themes/luci-theme-material/htdocs/luci-static/material/cascade.css

index 48b9c6fb1694b8da1a58012a136e1ef5a8870b97..18ae319d7ec181420c147165035103de5e64d044 100644 (file)
@@ -1905,7 +1905,6 @@ td > .ifacebadge,
 
 #syslog {
        font-size: small;
-       line-height: 1.25;
        overflow-y: hidden;
        width: 100%;
        min-height: 15rem;