Ticket #47895: 47895.patch
File 47895.patch, 453 bytes (added by , 4 years ago) |
---|
-
src/wp-admin/css/list-tables.css
2155 2155 } 2156 2156 2157 2157 /* Drop row actions to two columns on a small screen */ 2158 .row-actions:not(.plugins-php){2158 body:not(.plugins-php) .row-actions { 2159 2159 -ms-grid-columns: auto auto; 2160 2160 grid-template-columns: auto auto; 2161 2161 }