From 13b3d61b42276d31c48473cb189c8b627766bae7 Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 20 Feb 2012 22:05:05 +0100 Subject: [PATCH] Removed word-break:break-all; from webclient css as per issue 210. Interestingly enough, this only showed an effect in Chrome on my machine; in Firefox, the lines were cropped per word also with this setting. --- src/web/media/css/webclient.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/web/media/css/webclient.css b/src/web/media/css/webclient.css index 381dab5fe..4844c590a 100644 --- a/src/web/media/css/webclient.css +++ b/src/web/media/css/webclient.css @@ -23,8 +23,7 @@ a:hover, a:active { color: #ccc } /* Base style for new messages in the main message area */ .msg { - white-space: pre-wrap; - word-break: break-all; + white-space: pre-wrap; padding: .5em .9em;} /*border-bottom: 1px dotted #222 } /*optional line between messages */