Skip to content

Commit 9824734

Browse files
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. Merges [46845] to the 5.3 branch. Fixes #48815. git-svn-id: https://develop.svn.wordpress.org/branches/5.3@46846 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 56b7d07 commit 9824734

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/wp-admin/css/list-tables.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1767,7 +1767,10 @@ div.action-links,
17671767
/* Checkboxes need to show */
17681768
.wp-list-table tr th.check-column {
17691769
display: table-cell;
1770-
width: 35px;
1770+
}
1771+
1772+
.wp-list-table .check-column {
1773+
width: 2.5em;
17711774
}
17721775

17731776
.wp-list-table .column-primary .toggle-row {

0 commit comments

Comments
 (0)