Merge pull request #783 from carnivalmobile/word_break_terminal_output

Enforce word breaks in terminal output
This commit is contained in:
Brad Rydzewski 2015-01-08 22:00:30 -08:00
commit fec8be34e9

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;
}