summary refs log tree commit diff
path: root/res/templates/mail.css
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2016-05-16 18:58:38 +0100
committerMatthew Hodgson <matthew@matrix.org>2016-05-16 18:58:38 +0100
commitcbd2adc95e793cb232263efd05b025d6098356af (patch)
tree09fdb3cf2fbb3368911039d4caa03c8e0ab4184a /res/templates/mail.css
parentrogue img (diff)
downloadsynapse-cbd2adc95e793cb232263efd05b025d6098356af.tar.xz
tune email notifs, fix CSS a bit, and add debugging details
Diffstat (limited to 'res/templates/mail.css')
-rw-r--r--res/templates/mail.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/templates/mail.css b/res/templates/mail.css
index b02f509e58..f2b5e84abc 100644
--- a/res/templates/mail.css
+++ b/res/templates/mail.css
@@ -2,6 +2,11 @@ body {
     margin: 0px;
 }
 
+pre, code {
+    word-break: break-word;
+    white-space: pre-wrap;
+}
+
 #page {
     font-family: 'Open Sans', Helvetica, Arial, Sans-Serif;
     font-color: #454545;