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:
parent
ccb7aec7fc
commit
0347132f12
@ -1224,8 +1224,8 @@ table.form-table td .updated p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.privacy_requests .next_steps .button {
|
.privacy_requests .next_steps .button {
|
||||||
word-break: break-all;
|
word-wrap: break-word;
|
||||||
white-space: unset;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.privacy_requests .status-request-confirmed th,
|
.privacy_requests .status-request-confirmed th,
|
||||||
|
Loading…
Reference in New Issue
Block a user