Make WordPress Core

Changeset 44952


Ignore:
Timestamp:
03/21/2019 02:55:44 AM (6 years ago)
Author:
desrosj
Message:

Menus: Ensure consistent padding in the menu structure form.

Props shital-patel, welcher, hardik-amipara, audrasjb.
Fixes #42596.

File:
1 edited

Legend:

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

    r44801 r44952  
    169169
    170170.nav-menus-php #post-body {
    171     padding: 0 10px 10px;
     171    padding: 0 10px;
    172172    border-top: 1px solid #fff;
    173173    border-bottom: 1px solid #ddd;
     
    201201    position: relative;
    202202    float: none;
     203}
     204
     205.nav-menus-php #post-body-content .post-body-plain {
     206    margin-bottom: 0;
    203207}
    204208
Note: See TracChangeset for help on using the changeset viewer.