diff --git a/wp-admin/css/list-tables-rtl.css b/wp-admin/css/list-tables-rtl.css
index 5c6d2b5..ff5fceb 100644
|
a
|
b
|
div.action-links, |
| 1778 | 1778 | .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) { |
| 1779 | 1779 | position: relative; |
| 1780 | 1780 | clear: both; |
| 1781 | | display: block; |
| | 1781 | display: table-cell; |
| 1782 | 1782 | width: auto !important; /* needs to override some columns that are more specifically targeted */ |
| 1783 | 1783 | } |
| 1784 | 1784 | |
diff --git a/wp-admin/css/list-tables.css b/wp-admin/css/list-tables.css
index 82f496d..822d9f7 100644
|
a
|
b
|
div.action-links, |
| 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 | |