Make WordPress Core

Ticket #46304: 46304.2.diff

File 46304.2.diff, 413 bytes (added by garrett-eclipse, 5 years ago)

Refreshed patch to apply word-wrap: break-word and white-space: normal to .privacy_requests .next_steps .button

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

     
    12201220}
    12211221
    12221222.privacy_requests .next_steps .button {
    1223         word-break: break-all;
    1224         white-space: unset;
     1223        word-wrap: break-word;
     1224        white-space: normal;
    12251225}
    12261226
    12271227.privacy_requests .status-request-confirmed th,