Make WordPress Core

Ticket #46304: 46304.diff

File 46304.diff, 424 bytes (added by garrett-eclipse, 6 years ago)

Switching to word-wrap: break-word and white-space: normal

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

     
    11381138        height: auto;
    11391139        line-height: 1.5;
    11401140        padding: 4px 10px;
    1141         word-break: break-all;
    1142         white-space: unset;
     1141        word-wrap: break-word;
     1142        white-space: normal;
    11431143}
    11441144
    11451145.privacy_requests .status-request-confirmed th,