diff options
author | Matthew Hodgson <matthew@matrix.org> | 2016-05-16 18:58:38 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2016-05-16 18:58:38 +0100 |
commit | cbd2adc95e793cb232263efd05b025d6098356af (patch) | |
tree | 09fdb3cf2fbb3368911039d4caa03c8e0ab4184a /res/templates/mail.css | |
parent | rogue img (diff) | |
download | synapse-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.css | 5 |
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; |