Skip to content

Commit bc3841b

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@62057 602fd350-edb4-49c9-b593-d223f7449a82
1 parent b8e0c3d commit bc3841b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/wp-admin/css/forms.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,8 @@ table.form-table td .updated p {
10571057

10581058
.application-password-display input.code {
10591059
margin-bottom: 6px;
1060-
width: 20em;
1060+
width: 100%;
1061+
max-width: 20em;
10611062
}
10621063

10631064
.auth-app-card.card {

0 commit comments

Comments
 (0)