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

git-svn-id: https://develop.svn.wordpress.org/trunk@31332 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2015-02-04 22:14:31 +00:00
parent 8d0b774e65
commit f205eb63d0

View File

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