mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
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 <ansuelsmth@gmail.com>
This commit is contained in:
@@ -1905,7 +1905,6 @@ td > .ifacebadge,
|
||||
|
||||
#syslog {
|
||||
font-size: small;
|
||||
line-height: 1.25;
|
||||
overflow-y: hidden;
|
||||
width: 100%;
|
||||
min-height: 15rem;
|
||||
|
||||
Reference in New Issue
Block a user