Make WordPress Core

Ticket #54855: 54855.diff

File 54855.diff, 940 bytes (added by priyank9033, 4 years ago)

Added padding to resolve the issue of the menu in the mobile device.

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

     src/wp-admin/css/nav-menus.css | 7 +++++--
     1 file changed, 5 insertions(+), 2 deletions(-)
    
    diff --git a/src/wp-admin/css/nav-menus.css b/src/wp-admin/css/nav-menus.css
    index 086ceafad8..5368a2d71d 100644
    a b ul.add-menu-item-tabs li { 
    103103
    104104#nav-menu-bulk-actions-bottom {
    105105        margin: 1em 0;
    106         margin: calc( 1em + 9px ) 0 ; 
     106        margin: calc( 1em + 9px ) 0 ;
    107107}
    108108
    109109.bulk-actions input.button {
    body.menu-max-depth-11 { min-width: 1280px !important; } 
    10001000
    10011001@media only screen and (min-width: 783px) {
    10021002    @supports (position: sticky) and (scroll-margin-bottom: 130px) {
    1003                
     1003
    10041004                #nav-menu-footer {
    10051005                position: sticky;
    10061006                                bottom: 0;
    body.menu-max-depth-11 { min-width: 1280px !important; } 
    10191019        #menu-locations-wrap .widefat {
    10201020                width: 100%;
    10211021        }
     1022        .bulk-select-button {
     1023                padding:5px 10px;
     1024        }
    10221025}