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:
parent
9e267b6e72
commit
b7c01dc018
@ -612,7 +612,7 @@ th.sortable a,
|
||||
th.sorted a {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
padding: 8px 10px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.fixed .column-comments.sortable a,
|
||||
|
Loading…
Reference in New Issue
Block a user