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


git-svn-id: http://core.svn.wordpress.org/trunk@37575 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Rachel Baker 2016-06-01 16:05:30 +00:00
parent 6b4662ab96
commit 2485b63b00
5 changed files with 5 additions and 3 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 {

File diff suppressed because one or more lines are too long

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 {

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-alpha-37603';
$wp_version = '4.6-alpha-37607';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.