Decrease spacing between paragraphs in message content view in archives.

This should make it both easier to read and scroll through the text.
This commit is contained in:
Jonathan S. Katz
2018-06-11 15:24:15 -04:00
parent 0a4979e31d
commit 1a53b2f784

View File

@ -775,7 +775,7 @@ h3.messages {
}
.message-content p {
margin-bottom: 0;
margin-bottom: -0.7em;
}
.message-responses {