Enforce word breaks in terminal output
This commit is contained in:
parent
0a6227930d
commit
a6278f35fb
1 changed files with 1 additions and 0 deletions
|
@ -1338,6 +1338,7 @@ nav {
|
||||||
font-family:@mono;
|
font-family:@mono;
|
||||||
font-size:13px;
|
font-size:13px;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
word-break: break-all;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
line-height:18px;
|
line-height:18px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue