Make WordPress Core

Ticket #47895: 47895.patch

File 47895.patch, 453 bytes (added by sabernhardt, 4 years ago)

correcting the selector for 2-column layout

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

     
    21552155        }
    21562156
    21572157        /* Drop row actions to two columns on a small screen */
    2158         .row-actions:not(.plugins-php) {
     2158        body:not(.plugins-php) .row-actions {
    21592159                -ms-grid-columns: auto auto;
    21602160                grid-template-columns: auto auto;
    21612161        }