[wp-trac] [WordPress Trac] #58114: Small UI issue on dashboard page

WordPress Trac noreply at wordpress.org
Tue Apr 11 07:28:23 UTC 2023


#58114: Small UI issue on dashboard page
-----------------------------------------------+---------------------------
 Reporter:  sumitsingh                         |      Owner:  (none)
     Type:  defect (bug)                       |     Status:  new
 Priority:  normal                             |  Milestone:  Awaiting
                                               |  Review
Component:  Administration                     |    Version:  trunk
 Severity:  normal                             |   Keywords:  has-
  Focuses:  ui, accessibility, administration  |  screenshots
-----------------------------------------------+---------------------------
 Hi,

 I am thinking can we do 2 columns on the **Activity** meta box? similar to
 **Site Health Status** meta box. For more information see mentioned
 screenshot.


 Below is CSS for a solution as per my through.


 {{{
 div#dashboard_activity #published-posts li {
     display: grid;
     grid-template-columns: 1fr 2fr;
     grid-auto-rows: minmax(25px,auto);
     column-gap: 10px;
 }
 }}}

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


More information about the wp-trac mailing list