Skip to content

Commit c7fa61b

Browse files
author
rachelbaker
committed
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
1 parent 3d0c2a9 commit c7fa61b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wp-admin/css/edit.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,6 +1129,7 @@ p.popular-tags a {
11291129
padding: 0 4px;
11301130
color: #72777C;
11311131
font-size: 13px;
1132+
word-break: break-all;
11321133
}
11331134

11341135
.comment-ays .comment-content p.edit-comment {

0 commit comments

Comments
 (0)