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:
parent
ed6136070f
commit
b6859d87e9
@ -2191,6 +2191,7 @@ footer.entry-meta {
|
|||||||
width: 79%;
|
width: 79%;
|
||||||
width: -webkit-calc(100% - 124px);
|
width: -webkit-calc(100% - 124px);
|
||||||
width: calc(100% - 124px);
|
width: calc(100% - 124px);
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-meta,
|
.comment-meta,
|
||||||
|
Loading…
Reference in New Issue
Block a user