diff --git a/src/wp-admin/css/forms.css b/src/wp-admin/css/forms.css
index 266238c..e98b4f3 100644
a
|
b
|
table.form-table td .updated p { |
1132 | 1132 | box-shadow: none; |
1133 | 1133 | } |
1134 | 1134 | |
| 1135 | .privacy_requests .next_steps .button { |
| 1136 | padding: 4px 10px; |
| 1137 | height: auto; |
| 1138 | line-height: 1.5; |
| 1139 | word-break: break-word; |
| 1140 | white-space: unset; |
| 1141 | } |
| 1142 | |
1135 | 1143 | .privacy_requests .status-request-confirmed th, |
1136 | 1144 | .privacy_requests .status-request-confirmed td { |
1137 | 1145 | background-color: #f7fcfe; |