Make WordPress Core

Ticket #48814: 48814.diff

File 48814.diff, 980 bytes (added by lorenzof, 6 years ago)

Hi, I created a patch for the ticket, it's my first patch so please check if everything is ok.

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

    diff --git a/wp-admin/css/list-tables-rtl.css b/wp-admin/css/list-tables-rtl.css
    index 5c6d2b5..ff5fceb 100644
    a b div.action-links, 
    17781778        .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) {
    17791779                position: relative;
    17801780                clear: both;
    1781                 display: block;
     1781                display: table-cell;
    17821782                width: auto !important; /* needs to override some columns that are more specifically targeted */
    17831783        }
    17841784
  • wp-admin/css/list-tables.css

    diff --git a/wp-admin/css/list-tables.css b/wp-admin/css/list-tables.css
    index 82f496d..822d9f7 100644
    a b div.action-links, 
    17771777        .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) {
    17781778                position: relative;
    17791779                clear: both;
    1780                 display: block;
     1780                display: table-cell;
    17811781                width: auto !important; /* needs to override some columns that are more specifically targeted */
    17821782        }
    17831783