Properly account for text overflow in .wp-playlist-caption by adding display: block.

Merges [28172] to the 3.9 branch.

props celloexpressions.
see #27923.

Built from https://develop.svn.wordpress.org/branches/3.9@28244


git-svn-id: http://core.svn.wordpress.org/branches/3.9@28072 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2014-05-02 16:54:15 +00:00
parent b4245bb9f6
commit 17457983b4
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@
}
.wp-playlist-caption {
display: block;
max-width: 88%;
overflow: hidden;
text-overflow: ellipsis;