From fa2519923fdd8a6ee1bec60eaa08cf56d27613e6 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Thu, 30 Jul 2015 17:49:06 -0700 Subject: [PATCH] fix(T2337): Break words to ensure messages wrap, fall back to horizontal scrolling of messages Fixes T2337 --- static/email-frame.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/email-frame.less b/static/email-frame.less index 93258c324..10e439fd8 100644 --- a/static/email-frame.less +++ b/static/email-frame.less @@ -26,7 +26,8 @@ padding: 0; margin: auto; max-width: 840px; - overflow: hidden; + overflow-y: hidden; + word-break: break-word; -webkit-font-smoothing: antialiased; }