Make WordPress Core

Changeset 59875


Ignore:
Timestamp:
02/26/2025 09:45:24 PM (17 months ago)
Author:
audrasjb
Message:

Administration: Adjust submenu padding in admin menu.

This changeset adjusts the padding for submenu link groups in the admin menu, ensuring consistent top and bottom padding.

Follow-up to [26072].

Props trushaamin, modi2918, hellofromTonya, peterwilsoncc, sabernhardt, im3dabasia1, audrasjb, karmatosed, dhrumilk.
Fixes #61689.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/admin-menu.css

    r59705 r59875  
    128128        overflow: visible;
    129129        word-wrap: break-word;
    130         padding: 7px 0 8px;
     130        padding: 6px 0;
    131131        z-index: 9999;
    132132        background-color: #2c3338;
     
    572572                top: -1000em;
    573573                margin-right: -1px;
    574                 padding: 7px 0 8px;
     574                padding: 6px 0;
    575575                z-index: 9999;
    576576        }
Note: See TracChangeset for help on using the changeset viewer.