Skip to content

Commit 4d83a5b

Browse files
committed
Administration: Increase the width of the application password input field.
This changeset ensures application password is fully shown in the related input field, after the UI changes shipped in 7.0. Follow-up to [61645]. Props johnbillion, nimeshatxecurify, jsmansart, amin7, huzaifaalmesbah, abdullah17. Fixes #64738. git-svn-id: https://develop.svn.wordpress.org/trunk@62043 602fd350-edb4-49c9-b593-d223f7449a82
1 parent f6d5a85 commit 4d83a5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/css/forms.css

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

10581058
.application-password-display input.code {
10591059
margin-bottom: 6px;
1060-
width: 19em;
1060+
width: 20em;
10611061
}
10621062

10631063
.auth-app-card.card {

0 commit comments

Comments
 (0)