Make WordPress Core

Ticket #49245: 49245.show-overflow-always.patch

File 49245.show-overflow-always.patch, 514 bytes (added by sabernhardt, 4 years ago)

removing overflow: hidden from .menu-settings-group container

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

     
    104104
    105105.menu-settings-group {
    106106        margin: 0 0 10px;
    107         overflow: hidden;
    108107        padding-left: 20%;
    109108}
    110109
     
    881880                margin: 0.5em 0;
    882881        }
    883882
     883        .wp-core-ui .manage-menus .button {
     884                margin-bottom: 0;
     885        }
     886
    884887        .widefat .menu-locations .menu-location-title {
    885888                padding-top: 16px;
    886889        }