Skip to:
Content

BuddyPress.org

Opened 3 years ago

Closed 2 years ago

#8879 closed feature request (wontfix)

Due to the table on the releases page, the design is deteriorating in mobile size.

Reported by: aezazshekh Owned by: johnjamesjacoby
Priority: normal Milestone: BuddyPress.org Sites
Component: BuddyPress.org Sites Version:
Severity: normal Keywords: needs-patch has-screenshots
Cc:

Description

Whenever we open https://codex.buddypress.org/releases/ page on a mobile screen, the design of the page breaks because of the table on this page.

Page Link => https://codex.buddypress.org/releases/

Attachments (1)

CleanShot 2023-05-03 at 18.58.26@2x.png (262.1 KB ) - added by aezazshekh 3 years ago.
Screenshot of Issue

Download all attachments as: .zip

Change History (4)

@aezazshekh
3 years ago

Screenshot of Issue

#1 @nidhidhandhukiya
3 years ago

The below css can resolve the issue.

table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

But we can't add directly this css to table because it is impact to other table as well.
Need to add specific class into the html structure of this table and then if we apply above css this can resolve the issue.

#2 @imath
3 years ago

  • Milestone Awaiting ReviewBuddyPress.org Sites

#3 @espellcaste
2 years ago

  • Resolutionwontfix
  • Status newclosed

Closing as per #9193

Note: See TracTickets for help on using tickets.