mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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
This commit is contained in:
@@ -2191,6 +2191,7 @@ footer.entry-meta {
|
||||
width: 79%;
|
||||
width: -webkit-calc(100% - 124px);
|
||||
width: calc(100% - 124px);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.comment-meta,
|
||||
|
||||
Reference in New Issue
Block a user