Skip to content

Commit 94aa716

Browse files
Merge pull request #297 from onur/improve-build-log
Improve readability of build logs
2 parents 28f60f2 + 9480f64 commit 94aa716

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

templates/style.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,11 @@ div.recent-releases-container {
276276
font-weight: 500;
277277
}
278278

279+
pre {
280+
font-size: 0.8rem;
281+
white-space: pre-wrap;
282+
}
283+
279284
.release {
280285
display: block;
281286
border-bottom: 1px solid $color-border;

0 commit comments

Comments
 (0)