[wp-trac] [WordPress Trac] #65017: Dashboard widgets border bottom issue when it is closed in version 7.0 RC2

WordPress Trac noreply at wordpress.org
Fri Apr 3 09:45:09 UTC 2026


#65017: Dashboard widgets border bottom issue when it is closed in version 7.0 RC2
-------------------------------------------+------------------------------
 Reporter:  Pratik Jain                    |       Owner:  (none)
     Type:  defect (bug)                   |      Status:  assigned
 Priority:  normal                         |   Milestone:  Awaiting Review
Component:  Administration                 |     Version:
 Severity:  normal                         |  Resolution:
 Keywords:  has-screenshots needs-testing  |     Focuses:  ui, css
-------------------------------------------+------------------------------

Comment (by Pratik Jain):

 Confirmed the bug persists in both Firefox and Chrome. Applying the CSS
 snippet below will standardize the behavior across both browsers,

 We need to remove this CSS

 {{{
 .postbox.closed {border-bottom: 0;}
 }}}


 We need to add this CSS

 {{{
 .postbox.closed .postbox-header{border-bottom: 0;}
 }}}

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


More information about the wp-trac mailing list