Opened 17 months ago
Closed 4 months 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 |
---|---|---|---|
Milestone: | BuddyPress.org Sites | Priority: | normal |
Severity: | normal | Version: | |
Component: | BuddyPress.org Sites | 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)
Change History (4)
#1
@
17 months 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.
Note: See
TracTickets for help on using
tickets.
Screenshot of Issue