[wp-meta] [Making WordPress.org] #6738: https://developer.wordpress.org/reference/hooks/page/49/ page h1 tag cutting issue on mobile
Making WordPress.org
noreply at wordpress.org
Tue Feb 7 14:02:53 UTC 2023
#6738: https://developer.wordpress.org/reference/hooks/page/49/ page h1 tag
cutting issue on mobile
--------------------------+---------------------
Reporter: upadalavipul | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: General | Resolution:
Keywords: |
--------------------------+---------------------
Comment (by himshekhar07):
Thanks for creating this ticket.
I have regenerated the issue.
Need to add the below CSS for the above issue.
CSS:
{{{
@media only screen and (min-width:480px) and (max-width:320px) {
.devhub-wrap .wp-parser-class h1, .devhub-wrap .wp-parser-function h1,
.devhub-wrap .wp-parser-hook h1, .devhub-wrap .wp-parser-method h1{
font-size: 16px;
}
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6738#comment:2>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list