Relax the linespacing on messages in archives.

This commit is contained in:
Jonathan S. Katz
2018-06-11 16:44:08 -04:00
parent 1a53b2f784
commit e695b9909f

View File

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