[wp-trac] [WordPress Trac] #64796: Buttons output in `extra_tablenav` are too tall

WordPress Trac noreply at wordpress.org
Tue Mar 10 07:31:10 UTC 2026


#64796: Buttons output in `extra_tablenav` are too tall
----------------------------+---------------------
 Reporter:  johnbillion     |       Owner:  (none)
     Type:  defect (bug)    |      Status:  new
 Priority:  normal          |   Milestone:  7.0
Component:  Administration  |     Version:  trunk
 Severity:  normal          |  Resolution:
 Keywords:  needs-patch     |     Focuses:  css
----------------------------+---------------------

Comment (by mukesh27):

 In [61645] it use specific selector so for tablenav buttons.

 {{{
 .tablenav .actions .button {
     min-height: 32px;
     line-height: 2.30769231; /* 30px for 32px height with 13px font */
     padding: 0 12px;
 }
 }}}

 IMO we should use `.wp-core-ui .tablenav .button` selector that will fix
 the issue.

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


More information about the wp-trac mailing list