Make WordPress Core

Changeset 43271


Ignore:
Timestamp:
05/15/2018 03:09:14 PM (6 years ago)
Author:
SergeyBiryukov
Message:

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

Props ianbelanger, subrataemfluence, desrosj.
Merges [43251] to the 4.9 branch.
Fixes #44026.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-admin/css/forms.css

    r43225 r43271  
    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.