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: left;
font-size: 13px;
line-height: 1.8em;
white-space: nowrap;
cursor: default;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
.tagchecklist span a {