Ticket #48814: 48814.1.diff
| File 48814.1.diff, 509 bytes (added by , 6 years ago) |
|---|
-
src/wp-admin/css/list-tables.css
1777 1777 .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) { 1778 1778 position: relative; 1779 1779 clear: both; 1780 display: block;1780 display: table-cell; 1781 1781 width: auto !important; /* needs to override some columns that are more specifically targeted */ 1782 1782 } 1783 1783