Fix displaying long tag names in the Tags postbox. Props trishasalas, carolinegeven, iseulde. Fixes #18946.

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


git-svn-id: http://core.svn.wordpress.org/trunk@31313 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2015-02-04 22:15:25 +00:00
parent 62e65c3a35
commit f13cb317a4
5 changed files with 9 additions and 5 deletions

View File

@ -623,8 +623,10 @@ span.wp-media-buttons-icon:before {
float: right;
font-size: 13px;
line-height: 1.8em;
white-space: nowrap;
cursor: default;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
.tagchecklist span a {

View File

@ -623,8 +623,10 @@ span.wp-media-buttons-icon:before {
float: left;
font-size: 13px;
line-height: 1.8em;
white-space: nowrap;
cursor: default;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
.tagchecklist span a {

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
*/
$wp_version = '4.2-alpha-31331';
$wp_version = '4.2-alpha-31332';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.