mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-02 11:21:57 +01:00
Privacy: fix styling of the "next steps" buttons on the Export/Erase tools screens when text is long.
Props audrasjb, ianbelanger. Merges [43278] to the 4.9 branch. Fixes #44092. Built from https://develop.svn.wordpress.org/branches/4.9@43281 git-svn-id: http://core.svn.wordpress.org/branches/4.9@43110 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3e4f800ee3
commit
d78a4944a2
@ -1132,6 +1132,14 @@ table.form-table td .updated p {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.privacy_requests .next_steps .button {
|
||||||
|
height: auto;
|
||||||
|
line-height: 1.5;
|
||||||
|
padding: 4px 10px;
|
||||||
|
word-break: break-word;
|
||||||
|
white-space: unset;
|
||||||
|
}
|
||||||
|
|
||||||
.privacy_requests .status-request-confirmed th,
|
.privacy_requests .status-request-confirmed th,
|
||||||
.privacy_requests .status-request-confirmed td {
|
.privacy_requests .status-request-confirmed td {
|
||||||
background-color: #f7fcfe;
|
background-color: #f7fcfe;
|
||||||
|
2
wp-admin/css/forms-rtl.min.css
vendored
2
wp-admin/css/forms-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1132,6 +1132,14 @@ table.form-table td .updated p {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.privacy_requests .next_steps .button {
|
||||||
|
height: auto;
|
||||||
|
line-height: 1.5;
|
||||||
|
padding: 4px 10px;
|
||||||
|
word-break: break-word;
|
||||||
|
white-space: unset;
|
||||||
|
}
|
||||||
|
|
||||||
.privacy_requests .status-request-confirmed th,
|
.privacy_requests .status-request-confirmed th,
|
||||||
.privacy_requests .status-request-confirmed td {
|
.privacy_requests .status-request-confirmed td {
|
||||||
background-color: #f7fcfe;
|
background-color: #f7fcfe;
|
||||||
|
2
wp-admin/css/forms.min.css
vendored
2
wp-admin/css/forms.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/login-rtl.min.css
vendored
2
wp-admin/css/login-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/login.min.css
vendored
2
wp-admin/css/login.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.9.6-RC1-43280';
|
$wp_version = '4.9.6-RC1-43281';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user