Make WordPress Core

Changeset 60705


Ignore:
Timestamp:
09/04/2025 03:51:12 AM (3 months ago)
Author:
joedolson
Message:

Administration: Fix sizing of page header links on mobile.

Page title actions were modified to match the global button styles in #41986, but these styles were not applied to mobile viewports at the time.

Fix padding, height, line-height, and alignment to match these links to global styles.

Props joedolson, rollybueno, sumitbagthariya16, circlecube, shailu25.
Fixes #63831.

File:
1 edited

Legend:

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

    r60286 r60705  
    39683968    .wrap .page-title-action,
    39693969    .wrap .page-title-action:active {
    3970         padding: 10px 15px;
     3970        padding: 0 14px;
    39713971        font-size: 14px;
    39723972        white-space: nowrap;
     3973        min-height: 40px;
     3974        line-height: 2.71428571;
     3975        vertical-align: middle;
    39733976    }
    39743977
Note: See TracChangeset for help on using the changeset viewer.