[wp-trac] [WordPress Trac] #49231: Plugins admin screens: form fields issue on small screens
WordPress Trac
noreply at wordpress.org
Sun Jan 19 14:30:04 UTC 2020
#49231: Plugins admin screens: form fields issue on small screens
-----------------------------------------+---------------------------------
Reporter: passoniate | Owner: audrasjb
Type: defect (bug) | Status: accepted
Priority: normal | Milestone: 5.3.3
Component: Plugins | Version: 5.3.2
Severity: normal | Resolution:
Keywords: has-screenshots needs-patch | Focuses: ui, accessibility,
| css
-----------------------------------------+---------------------------------
Changes (by audrasjb):
* keywords: has-screenshots => has-screenshots needs-patch
Comment:
Good catch. For the second issue, we should probably use:
{{{
@media screen and (max-width: 782px) {
#wpbody-content .wp-list-table.plugins td
padding: 10px 6px;
}
}
}}}
Instead of
{{{
@media screen and (max-width: 782px) {
#wpbody-content .wp-list-table.plugins td
padding: 10px 9px;
}
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/49231#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list