Preserve whitespace and newlines in messages in the archive.

This will help with readability of code segments and match what
people see in their email clients.
This commit is contained in:
Jonathan S. Katz
2018-06-11 14:35:12 -04:00
parent 1039964327
commit 0a4979e31d

View File

@ -768,9 +768,14 @@ h3.messages {
.message-content {
display: inline-block;
font-family: monospace, monospace;
font-size: 0.8em;
line-height: 1.2em;
font-size: 0.7em;
line-height: 1em;
margin: 0 auto;
white-space: pre-wrap;
}
.message-content p {
margin-bottom: 0;
}
.message-responses {