From b6859d87e94824ce12f9f75ffc0eba4902442180 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 20 Sep 2013 17:43:15 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@25516 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentythirteen/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-content/themes/twentythirteen/style.css b/src/wp-content/themes/twentythirteen/style.css index 60d0416d66..dae1bc5dcc 100644 --- a/src/wp-content/themes/twentythirteen/style.css +++ b/src/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,