[wp-trac] [WordPress Trac] #44854: Bulk action missing/hidden on taxonomies
WordPress Trac
noreply at wordpress.org
Mon Apr 22 13:07:02 UTC 2024
#44854: Bulk action missing/hidden on taxonomies
-----------------------------------+--------------------------------------
Reporter: poojasahgal | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Taxonomy | Version: 3.8
Severity: minor | Resolution:
Keywords: ui-feedback has-patch | Focuses: ui, css, administration
-----------------------------------+--------------------------------------
Changes (by poojasahgal):
* focuses: ui, administration => ui, css, administration
Comment:
The below CSS can help, it will also work for post types.
{{{
@media only screen and (max-width: 782px){
.form-wrap>p, .tablenav .view-switch, .tablenav.top .actions,
.tablenav.top .displaying-num, .tablenav.top .tablenav-pages.one-page {
display: block;
}
.tablenav.top span.displaying-num {
position: absolute;
right: 0;
margin: 0;
font-size: 14px;
}
.tablenav.top {
position: relative;
}
}
}}}
Images:
[[Image(without CSS.png)]]
[[Image(after CSS.png)]]
--
Ticket URL: <https://core.trac.wordpress.org/ticket/44854#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list