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. Built from https://develop.svn.wordpress.org/trunk@47376 git-svn-id: http://core.svn.wordpress.org/trunk@47163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8136532954
commit
ab0cf0aa51
|
@ -1225,8 +1225,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,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.4-beta2-47375';
|
||||
$wp_version = '5.4-beta2-47376';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue