From b08b9c7662b0405c0bf0cba4069cedfce74d9a26 Mon Sep 17 00:00:00 2001 From: Peter Rotich <peter@osticket.com> Date: Fri, 29 May 2015 20:29:54 +0000 Subject: [PATCH] thread-body: Break a word! Force wrapping on long words e.g base64 encoded string --- css/thread.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/thread.css b/css/thread.css index 6a9ebbd38..026ca7b16 100644 --- a/css/thread.css +++ b/css/thread.css @@ -31,6 +31,8 @@ background-color: #ffffff; margin: 0; padding: 0.5em; + word-wrap: break-word; + overflow-x: auto; } .thread-body a:focus { outline: thin dotted; -- GitLab