Skip to:
Content

BuddyPress.org

Opened 2 years ago

Closed 3 months ago

#8729 closed defect (bug) (wontfix)

Table content overflow in responsive

Reported by: nidhidhandhukiya's profile nidhidhandhukiya Owned by: johnjamesjacoby's profile johnjamesjacoby
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)

CleanShot 2022-08-12 at 13.12.50.jpeg (115.3 KB) - added by nidhidhandhukiya 2 years ago.

Download all attachments as: .zip

Change History (6)

#1 @nidhidhandhukiya
2 years ago

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;
 		        }
 		}

#2 @krupalpanchal
2 years ago

  • Summary changed from Table content overflow in resonsive to Table content overflow in responsive

#3 @krupalpanchal
2 years ago

  • Keywords needs-patch has-screenshots added

#4 @imath
19 months ago

  • Milestone changed from Awaiting Review to BuddyPress.org Sites

#5 @espellcaste
3 months ago

  • Resolution set to wontfix
  • Status changed from new to closed

Closing as per #9193

Note: See TracTickets for help on using tickets.