Make WordPress Core

Ticket #49245: 49245.patch

File 49245.patch, 389 bytes (added by mukesh27, 5 years ago)

A patch that fixed button alignment.

  • src/wp-admin/css/nav-menus.css

     
    896896                margin: 0.5em 0;
    897897        }
    898898
     899        .manage-menus .button {
     900                margin-bottom: 0;
     901        }
     902
    899903        .widefat .menu-locations .menu-location-title {
    900904                padding-top: 16px;
    901905        }