List Tables: after [34276], decrease horizontal padding for sorted column headers (causing weirdness in the Count column of tax list tables) - the vertical padding change suffices in fixing the original issue.

Fixes #27945.


git-svn-id: https://develop.svn.wordpress.org/trunk@34892 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-10-07 01:39:27 +00:00
parent 9e267b6e72
commit b7c01dc018

View File

@ -612,7 +612,7 @@ th.sortable a,
th.sorted a {
display: block;
overflow: hidden;
padding: 8px 10px;
padding: 8px;
}
.fixed .column-comments.sortable a,