From 3e3cad8f9dbdb1a8aeba2d95811dc876a5127a28 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Fri, 22 Feb 2019 21:06:10 -0800 Subject: [PATCH] Make Mailspring less aggressive about wrapping wide emails, prefer horizontal scrolling --- app/static/email-frame.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/static/email-frame.less b/app/static/email-frame.less index 9b29a795a..98ad74cc7 100644 --- a/app/static/email-frame.less +++ b/app/static/email-frame.less @@ -83,10 +83,13 @@ padding: 0; margin: auto; max-width: 840px; - word-break: break-word; -webkit-font-smoothing: antialiased; } + a { + word-break: break-word; + } + blockquote { border-left: 2px solid #eee; margin: 0;