Make WordPress Core

Opened 6 days ago

Last modified 13 hours ago

#64738 new defect (bug)

Application password field is too narrow since padding was increased on inputs

Reported by: johnbillion's profile johnbillion Owned by:
Milestone: 7.0 Priority: normal
Severity: normal Version: trunk
Component: Application Passwords Keywords: has-patch
Focuses: Cc:

Description

Since the form fields in the admin area had their padding increased in [61645], the Application Password field is not long enough to display the full password. It partially cuts off the last character.

Increasing the width from 19em to 20em works for me.

Tested in Chrome on macOS 26.

CC @fabiankaegy in case you can think of any other fixed-width inputs that might be affected.

Attachments (1)

2026-02-26-17-50-15@2x.png (49.2 KB) - added by johnbillion 6 days ago.
Screenshot

Download all attachments as: .zip

Change History (4)

@johnbillion
6 days ago

Screenshot

This ticket was mentioned in PR #11072 on WordPress/wordpress-develop by @nimeshatxecurify.


6 days ago
#1

  • Keywords has-patch added; needs-patch removed

Adjusts the width of the application password display input. This provides better visual presentation and prevents content truncation.

#2 @nimeshatxecurify
6 days ago

Issue reproducible in Firefox on Ubuntu 24.04.
Tested the patch. Works fine ✅.

This ticket was mentioned in Slack in #core by amykamala. View the logs.


13 hours ago

Note: See TracTickets for help on using tickets.