Make WordPress Core

Ticket #48805: 48805.diff

File 48805.diff, 408 bytes (added by mukesh27, 5 years ago)

Patch that fixed the overflow issue in responsive.

  • wp-admin/css/list-tables.css

    diff --git a/wp-admin/css/list-tables.css b/wp-admin/css/list-tables.css
    index 5ab3a6bc39..82f496d514 100644
    a b div.action-links, 
    18981898                padding-top: 10px;
    18991899        }
    19001900
    1901         .widefat * {
    1902                 word-wrap: normal;
    1903         }
    1904 
    19051901        /* Make row actions more easy to select on mobile */
    19061902        body:not(.plugins-php) .row-actions {
    19071903                display: -ms-grid;