Opened 13 months ago
Closed 13 months ago
#7193 closed defect (bug) (fixed)
The tab HTML is responsible for the overflow issue in mobile responsive design.
Reported by: | truptikanzariya | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Photo Directory | Keywords: | has-screenshots has-patch |
Cc: |
Description
In the context of mobile responsive design, the challenge of overflow is directly linked to the tab HTML element. This issue arises when the content within the tab surpasses the available space on smaller screens, leading to unwanted scrolling or content getting cut off.
I have attached the screenshot for better understanding.
Here is the CSS that we can add to fix the above issue:
div.attribution .attribution-text .tab-content .tab { display: none; word-break: break-word; }
Attachments (1)
Change History (3)
This ticket was mentioned in PR #173 on WordPress/wordpress.org by @dhruval04.
13 months ago
#1
- Keywords has-patch added; needs-patch removed
Note: See
TracTickets for help on using
tickets.
In 12839: