[buddypress-trac] [BuddyPress Trac] #7046: Activity content does not shown on mobile view in admin panel.
buddypress-trac
noreply at wordpress.org
Tue May 3 10:23:07 UTC 2016
#7046: Activity content does not shown on mobile view in admin panel.
--------------------------+------------------------------
Reporter: caesarby | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Appearance | Version: 2.5.0
Severity: normal | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by caesarby):
This code (kind of hotfix) helps me:
{{{
@media (max-width: 782px) {
body.toplevel_page_bp-activity .wp-list-table tr:not(.inline-edit-
row):not(.no-items) td:not(.check-column) {
display: block;
}
}
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7046#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list