preserve white-space for code with pre as well

This commit is contained in:
Ted Unangst 2019-05-10 11:24:26 -04:00
parent 8f0427ffd5
commit 97ff0f1e47
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ body {
font-size: 1em;
word-wrap: break-word;
}
pre {
pre, code {
white-space: pre-wrap;
}
a {