[wp-trac] [WordPress Trac] #64337: Broken styling on "Add Plugins" screen

WordPress Trac noreply at wordpress.org
Wed Dec 3 01:14:15 UTC 2025


#64337: Broken styling on "Add Plugins" screen
--------------------------+---------------------------------
 Reporter:  TobiasBg      |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  6.9.1
Component:  Plugins       |     Version:  6.9
 Severity:  normal        |  Resolution:
 Keywords:  has-patch     |     Focuses:  ui, administration
--------------------------+---------------------------------
Changes (by sabernhardt):

 * focuses:  ui => ui, administration
 * component:  Administration => Plugins


Comment:

 If the bottom margin is added to `.wp-filter`, the `.table-nav.top` page
 navigation probably should not have the 5 pixels of top padding when
 visiting the 'Popular' tab (and possibly other tabs).

 [60528] added a line break to fix the lack of space on the Features tab,
 which worked in development when 'Beta testing' was the first tab. Now
 'Features' is usually the first tab, and the featured plugins
 display—without the space—when the URL does not include a `tab` parameter.

 For another option, I think the `<br />` could work earlier, instead of
 using `$_GET['tab']`:
 {{{
 case 'install_plugins_featured':
         echo '<br />';
         break;
 }}}

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


More information about the wp-trac mailing list