Opened 8 years ago
Closed 8 years ago
#2019 closed defect (bug) (fixed)
Emoji smashes title lines
Reported by: | websupporter | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordPress.tv | Keywords: | has-patch commit |
Cc: |
Description
If you have an emoji in your talk title, this emoji gets transformed into an image. This image is affected by the following CSS style
.video-list li img {
min-height: 100px;
width: 100%;
}
which should only be applied to the video thumbnail.
Attachments (4)
Change History (8)
Note: See
TracTickets for help on using
tickets.
A screenshot of what I mean