Make WordPress Core

Changeset 43278


Ignore:
Timestamp:
05/15/2018 06:58:29 PM (6 years ago)
Author:
azaozz
Message:

Privacy: fix styling of the "next steps" buttons on the Export/Erase tools screens when text is long.

Props audrasjb, ianbelanger.
Fixes #44092.

File:
1 edited

Legend:

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

    r43251 r43278  
    11331133}
    11341134
     1135.privacy_requests .next_steps .button {
     1136    height: auto;
     1137    line-height: 1.5;
     1138    padding: 4px 10px;
     1139    word-break: break-word;
     1140    white-space: unset;
     1141}
     1142
    11351143.privacy_requests .status-request-confirmed th,
    11361144.privacy_requests .status-request-confirmed td {
Note: See TracChangeset for help on using the changeset viewer.