#7197 closed defect (bug) (duplicate)
H1 tag anchor link text wrapping issues.
| Reported by: | upadalavipul | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Developer Hub | Keywords: | |
| Cc: |
Description
I have reviewed the handbook on mobile and found this page https://developer.wordpress.org/reference/since/6.3.0/ H1 Tag anchor link does not wrap the text. Please check the below provided screenshot for a better understanding.
Screenshot: https://share.cleanshot.com/CZ3KxSqTcSh5t73wpntG
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
For the above issue solution, Need to add the below CSS.
@media screen and (max-width: 800px) { .devhub-wrap .site-main h1 a { word-wrap: break-word } }