[buddypress-trac] [BuddyPress Trac] #8729: Table content overflow in resonsive

buddypress-trac noreply at wordpress.org
Fri Aug 12 07:59:00 UTC 2022


#8729: Table content overflow in resonsive
----------------------------------+------------------------------
 Reporter:  nidhidhandhukiya      |       Owner:  johnjamesjacoby
     Type:  defect (bug)          |      Status:  new
 Priority:  normal                |   Milestone:  Awaiting Review
Component:  BuddyPress.org Sites  |     Version:
 Severity:  normal                |  Resolution:
 Keywords:                        |
----------------------------------+------------------------------

Comment (by nidhidhandhukiya):

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

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8729#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list