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:
Sergey Biryukov 2020-02-25 21:01:06 +00:00
parent 8136532954
commit ab0cf0aa51
5 changed files with 7 additions and 7 deletions

View File

@ -1225,8 +1225,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,

File diff suppressed because one or more lines are too long

View File

@ -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,

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.