mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-10 18:37:58 +01:00
Properly account for text overflow in .wp-playlist-caption
by adding display: block
.
Props celloexpressions. See #27923. Built from https://develop.svn.wordpress.org/trunk@28172 git-svn-id: http://core.svn.wordpress.org/trunk@28003 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fd65d355a2
commit
ec563e82ed
@ -98,6 +98,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wp-playlist-caption {
|
.wp-playlist-caption {
|
||||||
|
display: block;
|
||||||
max-width: 88%;
|
max-width: 88%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
Loading…
Reference in New Issue
Block a user