Make WordPress Core

Changeset 49921 for trunk


Ignore:
Timestamp:
01/02/2021 10:34:51 PM (3 years ago)
Author:
TimothyBlynJacobs
Message:

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].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/forms.css

    r49772 r49921  
    863863    margin-bottom: 0;
    864864    padding-bottom: 0;
     865    display: block;
    865866}
    866867
     
    879880
    880881.authorize-application-php .form-wrap p {
    881     display: block !important;
     882    display: block;
    882883}
    883884
Note: See TracChangeset for help on using the changeset viewer.