Correct the alignment of sortable list table headers. Fixes #26131, props jeremyfelt.
git-svn-id: https://develop.svn.wordpress.org/trunk@26424 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d797d9955e
commit
c294a6bd3e
@ -3542,7 +3542,7 @@ th.sortable a,
|
||||
th.sorted a {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
padding: 7px 7px 8px;
|
||||
padding: 7px 7px 8px 10px;
|
||||
}
|
||||
|
||||
.fixed .column-comments.sortable a,
|
||||
|
Loading…
Reference in New Issue
Block a user