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:
Matt Thomas 2013-11-26 22:54:20 +00:00
parent d797d9955e
commit c294a6bd3e

View File

@ -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,