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>
(cherry picked from commit a9ff8d3468
)
This commit is contained in:
parent
1300f4df4a
commit
fc702bcbf5
1 changed files with 0 additions and 1 deletions
|
@ -1907,7 +1907,6 @@ td > .ifacebadge,
|
|||
|
||||
#syslog {
|
||||
font-size: small;
|
||||
line-height: 1.25;
|
||||
overflow-y: hidden;
|
||||
width: 100%;
|
||||
min-height: 15rem;
|
||||
|
|
Loading…
Reference in a new issue