Privacy: Prevent email field for personal data requests from overflowing.
Props anischarolia, ianbelanger, afercia. Fixes #46961. Built from https://develop.svn.wordpress.org/trunk@45326 git-svn-id: http://core.svn.wordpress.org/trunk@45137 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1ef254a465
commit
c6da25fa9a
|
@ -1550,6 +1550,9 @@ table.form-table td .updated p {
|
||||||
.wp-list-table.privacy_requests.widefat thead td input {
|
.wp-list-table.privacy_requests.widefat thead td input {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
.regular-text {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 768px) {
|
@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 {
|
.wp-list-table.privacy_requests.widefat thead td input {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
.regular-text {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 768px) {
|
@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
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.3-alpha-45324';
|
$wp_version = '5.3-alpha-45326';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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