Skip to content

Commit

Permalink
fix: break long words in logs, data & error stack-trace, fixes #298 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh authored Jun 22, 2021
1 parent 4619673 commit a1ed138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@

.jobLogs > li {
white-space: pre-wrap;
word-break: break-all;
}
1 change: 1 addition & 0 deletions packages/ui/src/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
display: block;
padding: 0.5em;
white-space: pre-wrap;
word-break: break-all;
}

.hljs-comment,
Expand Down

0 comments on commit a1ed138

Please sign in to comment.