Opened 4 months ago
Last modified 4 months ago
#62340 new defect (bug)
UI Overflow Issue on New Application Password Page
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | ui, css | Cc: |
Description
UI issue on the "Authorize Application" page where long application password names cause text overflow, breaking the layout.
Attachments (1)
Change History (5)
This ticket was mentioned in PR #7710 on WordPress/wordpress-develop by @anujrathore24.
4 months ago
#1
- Keywords has-patch added
## PR Description.
- Fix UI breaking in "new password" of authorisation application page by adding word wrap.
Trac ticket: https://core.trac.wordpress.org/ticket/62340
---
#2
@
4 months ago
Similar to https://core.trac.wordpress.org/ticket/62064
#3
follow-up:
↓ 4
@
4 months ago
Hey @dhruvang21 ,
I believe that issue is for design improvements for the form, that is why I have created this ticket separately to tackle this bug.
#4
in reply to:
↑ 3
@
4 months ago
Replying to anujrathore24:
Hey @dhruvang21 ,
I believe that issue is for design improvements for the form, that is why I have created this ticket separately to tackle this bug.
You’re absolutely right—the ticket does focus on the redesign for the form, but it also addresses the issue you mentioned here. Additionally, someone provided a patch to resolve the issue, which is the same as your PR.
The Patch:- https://core.trac.wordpress.org/attachment/ticket/62064/62064.diff
UI with long application password names