App Passwords: Ensure redirection description is shown on mobile devices.
Props TimothyBlynJacobs. Fixes #51970. Merges [49772] to the 5.6 branch. Built from https://develop.svn.wordpress.org/branches/5.6@49773 git-svn-id: http://core.svn.wordpress.org/branches/5.6@49496 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2ee84b90e6
commit
8c11a1e249
|
@ -878,6 +878,10 @@ table.form-table td .updated p {
|
||||||
max-width: 768px;
|
max-width: 768px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.authorize-application-php .form-wrap p {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
19.0 - Tools
|
19.0 - Tools
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -877,6 +877,10 @@ table.form-table td .updated p {
|
||||||
max-width: 768px;
|
max-width: 768px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.authorize-application-php .form-wrap p {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
19.0 - Tools
|
19.0 - Tools
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
|
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.6-RC5-49771';
|
$wp_version = '5.6-RC5-49773';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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