[wp-meta] [Making WordPress.org] #7141: Huge Emojis in Support Forum

Making WordPress.org noreply at wordpress.org
Fri Jul 14 11:24:29 UTC 2023


#7141: Huge Emojis in Support Forum
----------------------------+-----------------------
 Reporter:  talextech       |       Owner:  dd32
     Type:  defect (bug)    |      Status:  accepted
 Priority:  high            |   Milestone:
Component:  Support Forums  |  Resolution:
 Keywords:                  |
----------------------------+-----------------------

Comment (by dd32):

 Just noting I threw some CSS into the Customizer temporarily for this.
 {{{
 /* https://meta.trac.wordpress.org/ticket/7141 */
 #bbpress-forums div.bbp-reply-content img.emoji {
    height: 1em;
    width: 1em;
    margin: 0 .05em 0 .1em;
    vertical-align: -0.1em;
 }
 }}}

 That's based on the CSS that twemoji suggest.

 It looks like something is setting the wrong styles in certain browsers,
 see https://wordpress.slack.com/archives/C02RQC6RW/p1689333732120879

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/7141#comment:3>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list