Skip to content

Commit

Permalink
feat: Allow line break in job logs (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh authored Apr 22, 2021
1 parent 696d269 commit c00be41
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
.jobLogs {
margin: 0;
margin: 0;
}

.jobLogs > li + li {
margin-top: 0.5em;
}

.jobLogs > li {
white-space: pre-line;
}

0 comments on commit c00be41

Please sign in to comment.