Trim admin table padding

This commit is contained in:
Brian Miyaji
2014-08-25 00:17:48 +10:00
parent e29cfbe8e5
commit 7ffde06772

View File

@@ -183,6 +183,15 @@ table.widefat.sp-data-table th.column-outcome {
width: 10em;
}
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;
}
table.widefat.sp-data-table td {
line-height: 2;
overflow: visible;