Fix line breaks from fixed-width lines in webclient. Resolve #1837.
This commit is contained in:
parent
607004f2eb
commit
56bfc10828
2 changed files with 6 additions and 5 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue