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:
parent
ace6756081
commit
50419ff08d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user