From 990a26ec485a35dea7021674597d89735d8af744 Mon Sep 17 00:00:00 2001 From: Imran Hussain <imranh@sucs.org> Date: Sun, 23 Nov 2014 13:37:34 +0000 Subject: [PATCH] Firefox SUCKS --- htdocs/css/common.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/css/common.css b/htdocs/css/common.css index 5476133..cd47ede 100644 --- a/htdocs/css/common.css +++ b/htdocs/css/common.css @@ -111,6 +111,8 @@ acronym, abbr { .box div.boxcontent, .error div.errorcontent { padding: 0 0.5em; word-wrap: break-word; + word-break: break-all; + -moz-hyphens: auto; } .box .boxhead h2, .box .boxhead h3, .box .boxfoot p, .error h3 { -- GitLab