[wp-trac] [WordPress Trac] #63120: Emojis in plugin titles render in front of text characters

WordPress Trac noreply at wordpress.org
Wed Jun 11 03:06:45 UTC 2025


#63120: Emojis in plugin titles render in front of text characters
-------------------------------------------------+-------------------------
 Reporter:  slimndap                             |       Owner:  (none)
     Type:  defect (bug)                         |      Status:  new
 Priority:  normal                               |   Milestone:  6.9
Component:  Plugins                              |     Version:
 Severity:  minor                                |  Resolution:
 Keywords:  good-first-bug has-test-info dev-    |     Focuses:  ui, css
  feedback has-patch                             |
-------------------------------------------------+-------------------------

Comment (by sandeepdahiya):

 Replying to [comment:31 sabernhardt]:

 > I am a little biased toward the first option, but I suppose a major
 factor in choosing that is whether another (unidentified) type of image
 could still get the float styles if the selector only excludes `.emoji`.

 The `.updates-table .plugins .plugin-title` targets the update section on
 dashboard while on plugins page, it is `.wp-list-table.plugins .plugin-
 title`. so updating
 {{{
 .plugins .plugin-title img:where(:not(.emoji))
 }}}
 seems like a better choice to target both the fields and avoid unnecessary
 layout shifts.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/63120#comment:33>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list