#54581 closed defect (bug) (fixed)
long "New Application Password Name" bleeds out of frame
Reported by: | Presskopp | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.1 | Priority: | normal |
Severity: | minor | Version: | |
Component: | Application Passwords | Keywords: | has-screenshots good-first-bug has-patch commit |
Focuses: | ui, administration | Cc: |
Description
Yes, it's an edge case, but still..
Using a veeeery long Application Password Name it won't be shown but jumps out of the box.
Patch:
#application-passwords-section .notice { word-wrap: break-word; }
Attachments (5)
Change History (16)
#2
@
3 years ago
- Component changed from Administration to Application Passwords
- Focuses ui administration added
This ticket was mentioned in PR #2876 on WordPress/wordpress-develop by audrasjb.
2 years ago
#6
Trac ticket: https://core.trac.wordpress.org/ticket/54581
This ticket was mentioned in PR #2876 on WordPress/wordpress-develop by audrasjb.
2 years ago
#7
Trac ticket: https://core.trac.wordpress.org/ticket/54581
#9
@
2 years ago
- Keywords commit added
- Milestone changed from Awaiting Review to 6.1
Marking for commit
and moving to milestone 6.1.
#10
@
2 years ago
- Owner set to audrasjb
- Resolution set to fixed
- Status changed from new to closed
In 53567:
2 years ago
#11
Committed in https://core.trac.wordpress.org/changeset/53567
Note: See
TracTickets for help on using
tickets.
with patch