Fix line breaks from fixed-width lines in webclient. Resolve #1837.

This commit is contained in:
Griatch 2019-09-11 08:42:34 +02:00
parent 607004f2eb
commit 56bfc10828
2 changed files with 6 additions and 5 deletions

View file

@ -17,7 +17,7 @@ body {
color: #ccc;
font-size: .9em;
font-family: 'DejaVu Sans Mono', Consolas, Inconsolata, 'Lucida Console', monospace;
line-height: 1.1em;
line-height: 1.4em;
overflow: hidden;
}
@media screen and (max-width: 480px) {