From 8844cff1c8b8afad34868db72fc9e3536d8117e0 Mon Sep 17 00:00:00 2001 From: Imran Hussain <imranh@sucs.org> Date: Sun, 23 Nov 2014 12:29:02 +0000 Subject: [PATCH] Overflow sucks, lets do some for word wrapping --- htdocs/css/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/css/common.css b/htdocs/css/common.css index 66cd2d2..5476133 100644 --- a/htdocs/css/common.css +++ b/htdocs/css/common.css @@ -110,6 +110,7 @@ acronym, abbr { .box div.boxcontent, .error div.errorcontent { padding: 0 0.5em; + word-wrap: break-word; } .box .boxhead h2, .box .boxhead h3, .box .boxfoot p, .error h3 { -- GitLab