[wp-trac] [WordPress Trac] #63574: Post Options Divider Missing in Mobile View on Post List Page (WP-Admin) (Playground)
WordPress Trac
noreply at wordpress.org
Tue Jun 17 04:56:10 UTC 2025
#63574: Post Options Divider Missing in Mobile View on Post List Page (WP-Admin)
(Playground)
-------------------------------+-------------------------------------
Reporter: dhrumilk | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Posts, Post Types | Version:
Severity: normal | Resolution:
Keywords: needs-patch | Focuses: ui, accessibility, css
-------------------------------+-------------------------------------
Comment (by sandeepdahiya):
I believe this issue is related to WordPress core and affects all list
table styles, including those for posts, pages, and comments. The
separator between "Edit" and "Quick Edit" actions is not visible on screen
sizes below 782px. This appears to be caused by the following CSS rule:
{{{
.row-actions span {
font-size: 0;
}
}}}
which needs to be changed to 13px or so. This rule is defined under
{{{
@media screen and (max-width: 782px)
}}}
in wp-admin/css/list-tables.css. Addressing this properly may require a
separate ticket.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63574#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list