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
This commit is contained in:
parent
88f82d232a
commit
7caa5ef170
|
@ -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