[wp-trac] [WordPress Trac] #51970: App Passwords: Ensure description paragraphs aren't hidden on the Authorize Application screen
WordPress Trac
noreply at wordpress.org
Tue Dec 8 19:40:23 UTC 2020
#51970: App Passwords: Ensure description paragraphs aren't hidden on the Authorize
Application screen
-------------------------------------------+--------------------
Reporter: TimothyBlynJacobs | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 5.6
Component: Application Passwords | Version: 5.6
Severity: normal | Keywords:
Focuses: css, administration, rest-api |
-------------------------------------------+--------------------
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;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/51970>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list