Privacy: Prevent email field for personal data requests from overflowing.
Merges [45326] to the 5.2 branch. Props anischarolia, ianbelanger, afercia. Fixes #46961. Built from https://develop.svn.wordpress.org/branches/5.2@45327 git-svn-id: http://core.svn.wordpress.org/branches/5.2@45138 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
36bf915264
commit
a32c70deb9
|
@ -1550,6 +1550,9 @@ table.form-table td .updated p {
|
|||
.wp-list-table.privacy_requests.widefat thead td input {
|
||||
margin-right: 5px;
|
||||
}
|
||||
.regular-text {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1550,6 +1550,9 @@ table.form-table td .updated p {
|
|||
.wp-list-table.privacy_requests.widefat thead td input {
|
||||
margin-left: 5px;
|
||||
}
|
||||
.regular-text {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.2.1-alpha-45325';
|
||||
$wp_version = '5.2.1-alpha-45327';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue