Make WordPress Core

Changeset 49964


Ignore:
Timestamp:
01/16/2021 04:58:49 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Menus: Fix minor UI issues on Edit Menus screen on smaller viewports.

This removes extra margin from the Select button and ensures the checkboxes in the Menu Settings section are fully visible.

Props sabernhardt, passoniate, mukesh27, afercia, audrasjb, Boniu91, ravipatel, jomisica.
Fixes #49245, #51706.

File:
1 edited

Legend:

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

    r49346 r49964  
    860860    .menu-settings-group {
    861861        padding-left: 0;
     862        overflow: visible;
    862863    }
    863864
     
    882883    }
    883884
     885    .wp-core-ui .manage-menus .button {
     886        margin-bottom: 0;
     887    }
     888
    884889    .widefat .menu-locations .menu-location-title {
    885890        padding-top: 16px;
Note: See TracChangeset for help on using the changeset viewer.