Opened 3 weeks ago
Closed 2 weeks ago
#2019 closed defect (fixed)
Emoji smashes title lines
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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)
@websupporter
3 weeks ago
#1
@SergeyBiryukov
3 weeks ago
- Keywords has-patch commit added
#2
@walterebert
3 weeks ago
The emoji also takes the wrong position in the stage area if the video is in the sidebar as a thumbnail (see 2nd screenshot)
#3
@SergeyBiryukov
3 weeks ago
meta-2019.2.patch addresses comment:2 as well.
#4
@coffee2code
2 weeks ago
- Owner set to coffee2code
- Resolution set to fixed
- Status changed from new to closed
In 4068:
Note: See
TracTickets for help on using
tickets.
A screenshot of what I mean