#51970 closed defect (bug) (fixed)
App Passwords: Ensure description paragraphs aren't hidden on the Authorize Application screen
Reported by: | TimothyBlynJacobs | Owned by: | TimothyBlynJacobs |
---|---|---|---|
Milestone: | 5.6 | Priority: | normal |
Severity: | normal | Version: | 5.6 |
Component: | Application Passwords | Keywords: | has-patch |
Focuses: | css, administration, rest-api | Cc: |
Description
On mobile devices, there is a css rule that seems to hide all paragraphs in the form. This causes the information about where the user is redirected to after approving the app to be hidden which poses a security issue.
@media screen and (max-width: 782px) list-tables.css:1726.form-wrap > p { display: none; }
Attachments (2)
Change History (5)
This ticket was mentioned in PR #799 on WordPress/wordpress-develop by TimothyBJacobs.
4 years ago
#1
- Keywords has-patch added
Note: See
TracTickets for help on using
tickets.
Trac ticket: https://core.trac.wordpress.org/ticket/51970