Skip to:
Content

BuddyPress.org

Opened 14 months ago

Last modified 7 months ago

#8729 new defect (bug)

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 14 months ago.

Download all attachments as: .zip

Change History (5)

#1 @nidhidhandhukiya
14 months 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
13 months ago

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

#3 @krupalpanchal
13 months ago

  • Keywords needs-patch has-screenshots added

#4 @imath
7 months ago

  • Milestone changed from Awaiting Review to BuddyPress.org Sites
Note: See TracTickets for help on using tickets.