List Tables: ensure that sortable list table column headers have the same padding/line-height as non-sortable headers.

Props drozdz.
Fixes #27945.


git-svn-id: https://develop.svn.wordpress.org/trunk@34276 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-09-18 03:25:32 +00:00
parent ace6756081
commit 50419ff08d

View File

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