Edit Media: wrap long filenames in the Publish meta box.

Fixes #34069.

Built from https://develop.svn.wordpress.org/trunk@34684


git-svn-id: http://core.svn.wordpress.org/trunk@34648 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-09-29 04:51:25 +00:00
parent f77499ed22
commit 7efab8df3f
5 changed files with 13 additions and 5 deletions

View File

@ -883,6 +883,10 @@ abbr.required,
padding: 6px 10px 8px; padding: 6px 10px 8px;
} }
.misc-pub-filename {
word-wrap: break-word;
}
#minor-publishing-actions { #minor-publishing-actions {
padding: 10px 10px 0 10px; padding: 10px 10px 0 10px;
text-align: left; text-align: left;

View File

@ -883,6 +883,10 @@ abbr.required,
padding: 6px 10px 8px; padding: 6px 10px 8px;
} }
.misc-pub-filename {
word-wrap: break-word;
}
#minor-publishing-actions { #minor-publishing-actions {
padding: 10px 10px 0 10px; padding: 10px 10px 0 10px;
text-align: right; text-align: right;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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