[wp-trac] [WordPress Trac] #65217: Admin Dashboard Activity section alignment issue.

WordPress Trac noreply at wordpress.org
Mon May 11 06:21:55 UTC 2026


#65217: Admin Dashboard Activity section alignment issue.
--------------------------------+-----------------------------
 Reporter:  gaurangsondagar     |      Owner:  (none)
     Type:  defect (bug)        |     Status:  new
 Priority:  normal              |  Milestone:  Awaiting Review
Component:  General             |    Version:
 Severity:  normal              |   Keywords:
  Focuses:  ui, administration  |
--------------------------------+-----------------------------
 I upgraded to **WordPress RC3**, and while testing the admin panel, I
 noticed a UI glitch in the **Activity section of the Admin Dashboard**.

 The WordPress RC3 version was upgraded using the following CLI command:

 {{{
 wp core update --version=7.0-RC3
 }}}

 I tried debugging the UI issue and noticed that when I commented out the
 following CSS rule (**margin: 0 -12px;**), the layout appeared correctly.

 File path: **/wp-admin/css/dashboard.css(line no: 1085)**

 **Before:**
 {{{
 #latest-comments #the-comment-list {
     position: relative;
     margin: 0 -12px;
 }
 }}}

 **After:**

 {{{
 #latest-comments #the-comment-list {
     position: relative;
 }
 }}}
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/65217>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list