CSS changes related to mailing list message view fix.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Sat, 21 Apr 2018 00:18:29 +0000 (20:18 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Sat, 21 Apr 2018 00:18:29 +0000 (20:18 -0400)
The CSS will help with the mobile scrolling / viewport wrapping
of text.

media/css/main.css

index 12ce5f25019d27fb71092b78e55be480047ae234..9149e5cdbb47f9c4132f10eeafc0da97798dff9d 100644 (file)
@@ -753,6 +753,8 @@ h3.messages {
 }
 
 .message-content {
+    display: inline-block;
+    font-family: monospace, monospace;
     font-size: 0.8em;
     line-height: 1.2em;
     margin: 0 auto;