Skip to content

Commit

Permalink
Privacy: fix styling of the "next steps" buttons on the Export/Erase …
Browse files Browse the repository at this point in the history
…tools screens when text is long.

Props audrasjb, ianbelanger.
Fixes #44092.
Built from https://develop.svn.wordpress.org/trunk@43278


git-svn-id: http://core.svn.wordpress.org/trunk@43107 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
azaozz committed May 15, 2018
1 parent dac5651 commit 548f73c
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 5 deletions.
8 changes: 8 additions & 0 deletions wp-admin/css/forms-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -1132,6 +1132,14 @@ table.form-table td .updated p {
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 td {
background-color: #f7fcfe;
Expand Down
2 changes: 1 addition & 1 deletion wp-admin/css/forms-rtl.min.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions wp-admin/css/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -1132,6 +1132,14 @@ table.form-table td .updated p {
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 td {
background-color: #f7fcfe;
Expand Down
2 changes: 1 addition & 1 deletion wp-admin/css/forms.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-admin/css/login-rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-admin/css/login.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-includes/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-43275';
$wp_version = '5.0-alpha-43278';

/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
Expand Down

0 comments on commit 548f73c

Please sign in to comment.