Enforce word breaks in terminal output

This commit is contained in:
ap4y 2015-01-06 00:24:53 +13:00
parent 0a6227930d
commit a6278f35fb

View file

@ -1338,6 +1338,7 @@ nav {
font-family:@mono;
font-size:13px;
white-space: pre-wrap;
word-break: break-all;
overflow: hidden;
line-height:18px;
}