Make WordPress Core

Ticket #48814: 48814.1.diff

File 48814.1.diff, 509 bytes (added by lorenzof, 6 years ago)

First patch, first mistake, I uploaded the wrong one, that's the right one

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

     
    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