From 24e3077d77c229cfb8007ddfae2870ac2939ec87 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 5 Sep 2013 17:44:31 +0000 Subject: [PATCH] Twenty Fourteen: break long words in comment content (not just anchor text). Fixes #24890, props rickalee. git-svn-id: https://develop.svn.wordpress.org/trunk@25259 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index 70db6c2550..8a268a836f 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -1873,7 +1873,7 @@ span > object { margin: 3px 3px 0 0; margin: 0.3rem 0.3rem 0 0; } -.comment-content a { +.comment-content { word-wrap: break-word; } .comment-content ul,