Make WordPress Core

Ticket #48814: 48814.3.patch

File 48814.3.patch, 459 bytes (added by razamalik, 6 years ago)

display:block change changed with display:table-cell

  • list-tables.css

     
    17731773        .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) {
    17741774                position: relative;
    17751775                clear: both;
    1776                 display: block;
     1776                display: table-cell;
    17771777                width: auto !important; /* needs to override some columns that are more specifically targeted */
    17781778        }
    17791779