App Passwords: Ensure redirection description is shown on mobile devices.

Props #core.
Fixes #51970.

Built from https://develop.svn.wordpress.org/trunk@49772


git-svn-id: http://core.svn.wordpress.org/trunk@49495 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
TimothyBlynJacobs 2020-12-08 20:28:04 +00:00
parent aaf90076c5
commit a9244a2912
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.7-alpha-49770';
$wp_version = '5.7-alpha-49772';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.