Add nowrap declaration to all admin table cells

This commit is contained in:
Brian Miyaji
2017-11-05 20:30:05 +11:00
parent bf7b0d3d11
commit ead879c1ac

View File

@@ -278,6 +278,7 @@ table.widefat.sp-data-table th,
table.widefat.sp-data-table td {
padding-right: 0;
}
table.widefat.sp-data-table th:last-child,
table.widefat.sp-data-table td:last-child {
padding-right: 10px;
@@ -286,9 +287,6 @@ table.widefat.sp-data-table td:last-child {
table.widefat.sp-data-table td {
line-height: 2;
overflow: visible;
}
table.widefat.sp-data-table td:first-child {
white-space: nowrap;
}