mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-17 09:44:40 +00:00
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:
@@ -98,6 +98,7 @@
|
||||
}
|
||||
|
||||
.wp-playlist-caption {
|
||||
display: block;
|
||||
max-width: 88%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
Reference in New Issue
Block a user