Skip to content

Commit

Permalink
Merge pull request buildbot#7816 from mokibit/do-not-trim-log-spaces
Browse files Browse the repository at this point in the history
www: Do not trim spaces in logs
  • Loading branch information
p12tic authored Jul 15, 2024
2 parents 1fac901 + 5225f9a commit e72149f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions newsfragments/do-not-trim-spaces-in-logs.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Do not trim spaces in logs (:issue:7774)
2 changes: 1 addition & 1 deletion www/base/src/components/LogPreview/LogPreview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
}

.logline > span {
white-space: nowrap;
white-space: pre;
}
2 changes: 1 addition & 1 deletion www/base/src/components/LogViewer/LogViewerText.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
}

.bb-logviewer-text-row > span {
white-space: nowrap;
white-space: pre;
}

.bb-logviewer-text-download-log {
Expand Down

0 comments on commit e72149f

Please sign in to comment.