Make WordPress Core

Changeset 56234


Ignore:
Timestamp:
07/14/2023 03:40:42 PM (16 months ago)
Author:
SergeyBiryukov
Message:

Help/About: Adjust horizontal padding on the tabs under 960 pixels width.

This ensures that the About / Credits / Freedoms / Privacy / Get Involved tabs menu does not expand beyond the container when the side admin menu is expanded.

Follow-up to [56220], [56227], [56233].

Props costdev, mukesh27.
See #23348.

File:
1 edited

Legend:

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

    r56220 r56234  
    657657        font-size: clamp(3rem, 6.67vw - 0.5rem, 4.5rem);
    658658    }
     659
     660    .about__header-navigation .nav-tab {
     661        padding: calc(var(--gap) * 0.75) calc(var(--gap) * 0.5);
     662    }
    659663}
    660664
Note: See TracChangeset for help on using the changeset viewer.