From aa9fb10941806cd3aa0beee9dfdd7003e7450a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Fri, 11 Sep 2015 12:53:33 +0200 Subject: [PATCH] Revert "Fixes problem with Firefox word / line breaking" --- css/glowingbear.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/glowingbear.css b/css/glowingbear.css index f72e486..46e1243 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -34,11 +34,13 @@ td.message { padding: 1px 1px 1px 5px; -ms-word-break: break-all; + word-break: break-all; /* Non standard for webkit */ word-break: break-word; -webkit-hyphens: auto; + -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto;