Skip to content

Commit 3d9fd05

Browse files
authored
Merge pull request #140 from durka/patch-1
remove line wrapping in <pre> tags
2 parents 003e49d + 45306b4 commit 3d9fd05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ body {
9191

9292
pre {
9393
overflow: auto;
94+
white-space: pre;
9495
}
9596

9697
div.container {

0 commit comments

Comments
 (0)