Skip to content

Commit 3ad0090

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. Built from https://develop.svn.wordpress.org/trunk@37607
1 parent e7e1e97 commit 3ad0090

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

wp-admin/css/edit-rtl.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)