Make WordPress Core

Changeset 46845


Ignore:
Timestamp:
12/09/2019 02:24:26 PM (5 years ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/list-tables.css

    r46807 r46845  
    17641764    .wp-list-table tr th.check-column {
    17651765        display: table-cell;
    1766         width: 35px;
     1766    }
     1767
     1768    .wp-list-table .check-column {
     1769        width: 2.5em;
    17671770    }
    17681771
Note: See TracChangeset for help on using the changeset viewer.