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:
parent
aa6e844435
commit
6655a8d48a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user