Opened 10 years ago
Closed 10 years ago
#956 closed defect (bug) (invalid)
Display Emoji inline on Make P2
Reported by: | SergeyBiryukov | Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Component: | Make (Get Involved) / P2 | Keywords: | |
Cc: |
Description
If you're on a browser/system combination that doesn't have a native support for Emoji (e.g. Firefox on Windows XP), they are replaced with images.
On Make P2, however, every image in content is displayed as a block element (see the screenshot from the recent WordPress Core Weekly post).
#main p img.emoji { display: inline; }
should fix this.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
See https://core.trac.wordpress.org/changeset/31771 which is now deployed.