Opened 3 years ago
Closed 17 months ago
#8729 closed defect (bug) (wontfix)
Table content overflow in responsive
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | BuddyPress.org Sites | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | BuddyPress.org Sites | Keywords: | needs-patch has-screenshots |
| Cc: |
Description
Steps to reproduce:-
open URL:- https://buddypress.trac.wordpress.org/report/2
check after 991 to 771 between this dimension the table is having overflow.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
After applying this solution this issue is resolve.
@media screen and (min-width: 768px) and (max-width:991px) { table.listing { display: block; overflow-x: auto; white-space: nowrap; } }