Make WordPress Core


Ignore:
Timestamp:
03/19/2026 07:11:48 AM (9 days ago)
Author:
audrasjb
Message:

Application Passwords: Ensure the password field displays correctly on small screens.

This changeset improves the responsiveness of the Application password input field.

Follow-up to [62043].

Props ekla, audrasjb, nimeshatxecurify.
Fixes #64880.

File:
1 edited

Legend:

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

    r62043 r62057  
    10581058.application-password-display input.code {
    10591059    margin-bottom: 6px;
    1060     width: 20em;
     1060    width: 100%;
     1061    max-width: 20em;
    10611062}
    10621063
Note: See TracChangeset for help on using the changeset viewer.