Make WordPress Core

Ticket #49245: 49245.show-overflow-on-mobile.patch

File 49245.show-overflow-on-mobile.patch, 527 bytes (added by sabernhardt, 4 years ago)

resets overflow to show at narrower widths

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

     
    859859
    860860        .menu-settings-group {
    861861                padding-left: 0;
     862                overflow: visible;
    862863        }
    863864
    864865        .menu-settings-group-name {
     
    881882                margin: 0.5em 0;
    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;
    886891        }