Make WordPress Core

Ticket #49353: 49353.patch

File 49353.patch, 524 bytes (added by garethgillman, 5 years ago)

removes bottom and top padding under 782px

  • src/wp-admin/css/common.css

     
    39243924                margin-bottom: 0px;
    39253925                padding: 0px 18px;
    39263926        }
     3927 
     3928    @media all and (min-width: 782px) {
     3929        .fileedit-sub input[type="submit"],
     3930        #documentation input[type="button"] {
     3931            padding: 0 18px;
     3932        }
     3933    }
    39273934
    39283935        #documentation label[for="docs-list"] {
    39293936                display: block;