we are willing to wrap long <pre>

This commit is contained in:
Ted Unangst 2019-05-10 09:22:25 -04:00
parent 28d7c6239a
commit 8f0427ffd5
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ body {
font-size: 1em; font-size: 1em;
word-wrap: break-word; word-wrap: break-word;
} }
pre {
white-space: pre-wrap;
}
a { a {
color: #dde; color: #dde;
} }