Make WordPress Core

Ticket #44092: 44092.5.diff

File 44092.5.diff, 522 bytes (added by ianbelanger, 7 years ago)

Updated patch with line-height: 1.5; padding: 4px 10px;

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

     
    11321132        box-shadow: none;
    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 {
    11371145        background-color: #f7fcfe;