Skip to:
Content

bbPress.org

Opened 2 years ago

Last modified 7 months ago

#3468 new defect (bug)

table overflow issue in responsive.

Reported by: nidhidhandhukiya's profile nidhidhandhukiya Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: Site - bbPress.org Keywords: has-screenshots
Cc:

Description

Go to url:- https://bbpress.trac.wordpress.org/report/1
check after 1200 to 768 between this dimension the table is having overflow.

Attachments (1)

Screenshot at Jun 03 13-30-48.png (383.9 KB) - added by nidhidhandhukiya 2 years ago.
I have attached screenshot for better understanding.

Download all attachments as: .zip

Change History (2)

@nidhidhandhukiya
2 years ago

I have attached screenshot for better understanding.

#1 @nidhidhandhukiya
2 years ago

After applying this solution this issue is resolve.

    @media screen and (min-width: 768px) and (max-width: 1200px) { 

 		        table.listing {
 		                display: block;
 		                overflow-x: auto;
 		                white-space: nowrap;
 		        }
 		}
Note: See TracTickets for help on using tickets.