Skip to content

Commit

Permalink
Merge pull request #294 from geek1011/fix-whitespace-collapsing
Browse files Browse the repository at this point in the history
Preserve whitespace in build logs
  • Loading branch information
bradrydzewski authored Aug 20, 2019
2 parents 1685473 + 9c6bc77 commit cc057c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Build.vue
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,7 @@ $output-header-sticky-offset: 20px;
.ol-html {
word-break: break-all;
white-space: pre-wrap;
padding-right: 15px;
}
Expand Down

0 comments on commit cc057c5

Please sign in to comment.