From 14ad334be6e7d53ff4a43c25060105a69342c19a Mon Sep 17 00:00:00 2001 From: Philip Arthur Moore Date: Sat, 2 Feb 2013 19:49:21 -1000 Subject: [PATCH] _s: Add word breaking to anchors within comment content. Fixes #96. --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 5ebcde7..20a181d 100644 --- a/style.css +++ b/style.css @@ -532,6 +532,9 @@ object { /* =Comments ----------------------------------------------- */ +.comment-content a { + word-wrap: break-word; +} .bypostauthor { }