Relax the linespacing on messages in archives.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Mon, 11 Jun 2018 20:47:50 +0000 (16:47 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Mon, 11 Jun 2018 20:47:50 +0000 (16:47 -0400)
django/media/css/main.css

index 6ef1d73c62775e8af9a8669195d1bc2be6d0f6d3..6fc354630de8132a07c14fe34019c745fe6d7410 100644 (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 {