From e9a20a3e19720bf53403d9ad797c4767b3e0cfda Mon Sep 17 00:00:00 2001
From: Sergey Biryukov <sergeybiryukov@git.wordpress.org>
Date: Thu, 21 Jan 2021 12:37:07 +0000
Subject: [PATCH] App Passwords: Ensure the Add New button isn't hidden on
 mobile.

Also removes an unnecessary `!important` rule introduced in [49772] when fixing a similar issue.

Props vladytimy, mukesh27.
Merges [49921] to the 5.6 branch.
Fixes #51980.

git-svn-id: https://develop.svn.wordpress.org/branches/5.6@49999 602fd350-edb4-49c9-b593-d223f7449a82
---
 src/wp-admin/css/forms.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/wp-admin/css/forms.css b/src/wp-admin/css/forms.css
index c2f7df6f9b..1d54bd743f 100644
--- a/src/wp-admin/css/forms.css
+++ b/src/wp-admin/css/forms.css
@@ -862,6 +862,7 @@ table.form-table td .updated p {
 .create-application-password p.submit {
 	margin-bottom: 0;
 	padding-bottom: 0;
+	display: block;
 }
 
 #application-passwords-section .notice {
@@ -878,7 +879,7 @@ table.form-table td .updated p {
 }
 
 .authorize-application-php .form-wrap p {
-	display: block !important;
+	display: block;
 }
 
 /*------------------------------------------------------------------------------