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

Props celloexpressions.
See #27923.



git-svn-id: https://develop.svn.wordpress.org/trunk@28172 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-04-20 04:24:53 +00:00
parent 47d8ce50b0
commit 22c3cc1fec
1 changed files with 1 additions and 0 deletions

View File

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