[wp-meta] [Making WordPress.org] #7197: H1 tag anchor link text wrapping issues.
Making WordPress.org
noreply at wordpress.org
Fri Aug 11 04:09:19 UTC 2023
#7197: H1 tag anchor link text wrapping issues.
---------------------------+---------------------
Reporter: upadalavipul | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: Developer Hub | Resolution:
Keywords: |
---------------------------+---------------------
Comment (by upadalavipul):
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
}
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/7197#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list