Make WordPress Core

Changeset 43281


Ignore:
Timestamp:
05/15/2018 07:44:47 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.
Merges [43278] to the 4.9 branch.
Fixes #44092.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

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

    r43280 r43281  
    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.