Correct the alignment of sortable list table headers. Fixes #26131, props jeremyfelt.
Built from https://develop.svn.wordpress.org/trunk@26424 git-svn-id: http://core.svn.wordpress.org/trunk@26324 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bc4a8f6494
commit
2205a0885a
|
@ -3542,7 +3542,7 @@ th.sortable a,
|
||||||
th.sorted a {
|
th.sorted a {
|
||||||
display: block;
|
display: block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 7px 7px 8px;
|
padding: 7px 10px 8px 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fixed .column-comments.sortable a,
|
.fixed .column-comments.sortable a,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -3542,7 +3542,7 @@ th.sortable a,
|
||||||
th.sorted a {
|
th.sorted a {
|
||||||
display: block;
|
display: block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 7px 7px 8px;
|
padding: 7px 7px 8px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fixed .column-comments.sortable a,
|
.fixed .column-comments.sortable a,
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue