Make WordPress Core

Changeset 43251


Ignore:
Timestamp:
05/14/2018 09:20:37 AM (6 years ago)
Author:
azaozz
Message:

Privacy: fix Export and Erase Personal Data list-tables on small screens.

Props ianbelanger, subrataemfluence, desrosj.
Fixes #44026.

File:
1 edited

Legend:

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

    r43223 r43251  
    14891489        margin: 10px 0 0;
    14901490    }
     1491
     1492    .wp-list-table.privacy_requests tr:not(.inline-edit-row):not(.no-items) td.column-primary:not(.check-column) {
     1493        display: table-cell;
     1494    }
     1495
     1496    .wp-list-table.privacy_requests.widefat th input,
     1497    .wp-list-table.privacy_requests.widefat thead td input {
     1498        margin-left: 5px;
     1499    }
    14911500}
    14921501
Note: See TracChangeset for help on using the changeset viewer.