Privacy: Switch buttons in Next Steps column of privacy request tables to `break-word` for better legibility on various screen sizes.

Props garrett-eclipse, afercia, nrqsnchz.
Fixes #46304.

git-svn-id: https://develop.svn.wordpress.org/trunk@47376 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-02-25 20:59:08 +00:00
parent ccb7aec7fc
commit 0347132f12
1 changed files with 2 additions and 2 deletions

View File

@ -1224,8 +1224,8 @@ table.form-table td .updated p {
}
.privacy_requests .next_steps .button {
word-break: break-all;
white-space: unset;
word-wrap: break-word;
white-space: normal;
}
.privacy_requests .status-request-confirmed th,