mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-17 17:45:03 +02:00
Merge pull request #783 from carnivalmobile/word_break_terminal_output
Enforce word breaks in terminal output
This commit is contained in:
commit
fec8be34e9
@ -1338,6 +1338,7 @@ nav {
|
||||
font-family:@mono;
|
||||
font-size:13px;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-all;
|
||||
overflow: hidden;
|
||||
line-height:18px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user