Making WordPress.org

Opened 7 months ago

Last modified 6 months ago

#6848 new defect (bug)

The title of the page is getting cut off in mobile size.

Reported by: aezazshekh's profile 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)

CleanShot 2023-03-10 at 20.45.11@2x.png (168.2 KB) - added by aezazshekh 7 months ago.
Screenshot of Issue

Download all attachments as: .zip

Change History (2)

@aezazshekh
7 months ago

Screenshot of Issue

#1 @himshekhar07
6 months ago

Here is the solution:

 .devhub-wrap .wp-parser-hook h1{
       word-break: break-all;
}

video shot: https://share.cleanshot.com/sy1MW0dBDl71dHCWz8lF

Note: See TracTickets for help on using tickets.