[wp-trac] [WordPress Trac] #28049: Audio Playlist Caption not respecting width - fix included
WordPress Trac
noreply at wordpress.org
Mon Apr 28 01:03:05 UTC 2014
#28049: Audio Playlist Caption not respecting width - fix included
----------------------------+-----------------------------
Reporter: stevenjaycohen | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.9
Severity: normal | Keywords:
Focuses: |
----------------------------+-----------------------------
The new Audio Playlist does not respect its text-overflow declaration
because it is missing a declaration (see below).
CSS included in v3.9:
{{{
.wp-playlist-caption {
max-width: 88%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 14px;
line-height: 1.5;
}
}}}
Please add the following:
{{{
.wp-playlist-caption {
display: inline-block;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28049>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list