From 7caa5ef17080d032fbcdaa9c0038b7bc21f93d6e Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 20 Sep 2013 17:44:08 +0000 Subject: [PATCH] Twenty Thirteen: fix case where comment layout can break if a really, really long word is in the comment content. Closes #25195 props RDall and obenland. Built from https://develop.svn.wordpress.org/trunk@25516 git-svn-id: http://core.svn.wordpress.org/trunk@25436 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 60d0416d66..dae1bc5dcc 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -2191,6 +2191,7 @@ footer.entry-meta { width: 79%; width: -webkit-calc(100% - 124px); width: calc(100% - 124px); + word-wrap: break-word; } .comment-meta,