From 56cc70983b45b2724d06c5eceb70205c7f79a0e1 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 cdf25a720..5d5e33347 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