#6848 closed defect (bug) (fixed)
The title of the page is getting cut off in mobile size.
Reported by: | aezazshekh | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Developer Hub | Keywords: | needs-patch has-screenshots |
Cc: |
Description
When we open this page in mobile screen size, the title of the page is getting cut off. Because of that, the design of the page is broken.
Page Link => https://developer.wordpress.org/reference/hooks/cron_reschedule_event_error/
Attachments (1)
Change History (7)
#1
@
19 months ago
Here is the solution:
.devhub-wrap .wp-parser-hook h1{ word-break: break-all; }
video shot: https://share.cleanshot.com/sy1MW0dBDl71dHCWz8lF
#3
@
11 months ago
Thanks for the report! This was fixed in 4405829 on GitHub:
Prevent long function names from clipping at narrow viewports.
Note: See
TracTickets for help on using
tickets.
Screenshot of Issue