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:
Helen Hou-Sandí 2020-12-08 20:31:04 +00:00
parent 2ee84b90e6
commit 8c11a1e249
5 changed files with 11 additions and 3 deletions

View File

@ -878,6 +878,10 @@ table.form-table td .updated p {
max-width: 768px;
}
.authorize-application-php .form-wrap p {
display: block !important;
}
/*------------------------------------------------------------------------------
19.0 - Tools
------------------------------------------------------------------------------*/

File diff suppressed because one or more lines are too long

View File

@ -877,6 +877,10 @@ table.form-table td .updated p {
max-width: 768px;
}
.authorize-application-php .form-wrap p {
display: block !important;
}
/*------------------------------------------------------------------------------
19.0 - Tools
------------------------------------------------------------------------------*/

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @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.