Skip to content

Commit b291083

Browse files
committed
Fix #84: preserve whitespace in code snippets
1 parent 9f0bf72 commit b291083

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/css/pmd-tester.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ body, td, select, input, li{
88
code {
99
font-family: Courier, monospace;
1010
font-size: 13pt;
11+
white-space: pre;
1112
}
1213
code.highlight {
1314
background-color: yellow;

0 commit comments

Comments
 (0)