[wp-trac] [WordPress Trac] #64880: Application password field is overlapping its container on small screens

WordPress Trac noreply at wordpress.org
Thu Mar 19 04:34:25 UTC 2026


#64880: Application password field is overlapping its container on small screens
----------------------------------------+------------------------------
 Reporter:  audrasjb                    |       Owner:  (none)
     Type:  defect (bug)                |      Status:  new
 Priority:  normal                      |   Milestone:  Awaiting Review
Component:  Application Passwords       |     Version:
 Severity:  normal                      |  Resolution:
 Keywords:  needs-patch good-first-bug  |     Focuses:  ui, css
----------------------------------------+------------------------------
Changes (by ekla):

 * Attachment "64880.diff" added.

 This patch fixes the overflow issue of the application password input
 field on small screens. The input field had a fixed width of 19em, which
 caused it to overflow its container on smaller viewports. The fix applies
 width: 100% along with max-width: 19em, ensuring it scales properly within
 its container while preserving its intended size on larger screens. Tested
 locally and confirmed no regressions.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/64880>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list