#7024 closed defect (bug) (duplicate)
Supported JSDoc Tags and Unsupported JSDoc Tags section table does not responsive.
| Reported by: | upadalavipul | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Developer Hub | Keywords: | |
| Cc: |
Description
I have reviewed the https://developer.wordpress.org/coding-standards/inline-documentation-standards/javascript/ page on my mobile devices and found the Supported JSDoc Tags and Unsupported JSDoc Tags section's table does not responsive. Please check the following attached screenshot for more understanding.
Screenshot: https://share.cleanshot.com/s1HmKSTY2D2nlqLW9X0v
Page URL: https://developer.wordpress.org/coding-standards/inline-documentation-standards/javascript/
Change History (3)
#2
@
3 years ago
- Resolution → fixed
- Status new → closed
Thanks for the report! This issue was much improved with the fix for #6886 to remove unnecessary left spacing in handbooks on developer.wordpress.org at narrow viewports. The tables now appear fully responsive without clipping or horizontal scrolling. On Chrome on a Mac the table can clip at 365px and narrower, but we're not terribly concerned about that width. Plus, I've checked the site's new upcoming theme and it seems fine in this regard.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
For the solution to the above issues needed to add the below CSS.
.devhub-wrap #content table{ display: block; overflow-x: auto; } .wpcs-handbook blockquote{ padding: 1.2rem }