mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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. Fixes #51980. See [49772]. git-svn-id: https://develop.svn.wordpress.org/trunk@49921 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2bba223430
commit
7ece613fcb
@ -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;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user