Administration: Correct checkbox width in list tables on smaller screens.
Previously, checkboxes for pending comments were partially hidden due to an added `4px` border. Props audrasjb, jeremyfelt, talldanwp, melchoyce, marcelo2605, waleedt93. Fixes #48815. git-svn-id: https://develop.svn.wordpress.org/trunk@46845 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
868f91eec7
commit
c96a56c223
@ -1763,7 +1763,10 @@ div.action-links,
|
||||
/* Checkboxes need to show */
|
||||
.wp-list-table tr th.check-column {
|
||||
display: table-cell;
|
||||
width: 35px;
|
||||
}
|
||||
|
||||
.wp-list-table .check-column {
|
||||
width: 2.5em;
|
||||
}
|
||||
|
||||
.wp-list-table .column-primary .toggle-row {
|
||||
|
Loading…
Reference in New Issue
Block a user