Privacy: Improve the appearance of privacy request email inputs on mobile.
Props garrett-eclipse, xkon. Fixes #48189. Built from https://develop.svn.wordpress.org/trunk@47283 git-svn-id: http://core.svn.wordpress.org/trunk@47083 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
53f823e21e
commit
b2ecf2c2bc
|
@ -1630,6 +1630,13 @@ 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-privacy-request-form-field input[type="text"] {
|
||||||
|
width: 100%;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
.regular-text {
|
.regular-text {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1629,6 +1629,13 @@ 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-privacy-request-form-field input[type="text"] {
|
||||||
|
width: 100%;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
.regular-text {
|
.regular-text {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
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.4-beta1-47282';
|
$wp_version = '5.4-beta1-47283';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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