Comments: Break the inline display of comment content urls on the Moderate Comment screen

Uses the CSS rule `word-break: break-all`.

Fixes #36568.

git-svn-id: https://develop.svn.wordpress.org/trunk@37607 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Rachel Baker 2016-06-01 16:04:53 +00:00
parent aa6e844435
commit 6655a8d48a
1 changed files with 1 additions and 0 deletions

View File

@ -1129,6 +1129,7 @@ p.popular-tags a {
padding: 0 4px;
color: #72777C;
font-size: 13px;
word-break: break-all;
}
.comment-ays .comment-content p.edit-comment {