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:
parent
b4245bb9f6
commit
17457983b4
|
@ -102,6 +102,7 @@
|
|||
}
|
||||
|
||||
.wp-playlist-caption {
|
||||
display: block;
|
||||
max-width: 88%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
|
Loading…
Reference in New Issue