From 38988a057eb7aedc4dd546a626a38e672cedcda6 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Tue, 8 Dec 2020 20:29:26 +0000 Subject: [PATCH] App Passwords: Ensure redirection description is shown on mobile devices. Props TimothyBlynJacobs. Fixes #51970. Merges [49772] to the 5.6 branch. git-svn-id: https://develop.svn.wordpress.org/branches/5.6@49773 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/forms.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wp-admin/css/forms.css b/src/wp-admin/css/forms.css index 511a1f1523..c2f7df6f9b 100644 --- a/src/wp-admin/css/forms.css +++ b/src/wp-admin/css/forms.css @@ -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 ------------------------------------------------------------------------------*/