Making WordPress.org

Opened 3 years ago

Closed 2 years ago

Last modified 2 years ago

#6848 closed defect (bug) (fixed)

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 3 years ago.
Screenshot of Issue

Download all attachments as: .zip

Change History (7)

@aezazshekh
3 years ago

Screenshot of Issue

#1 @himshekhar07
3 years ago

Here is the solution:

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

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

#2 @coffee2code
2 years ago

#7268 was marked as a duplicate.

#3 @coffee2code
2 years ago

Thanks for the report! This was fixed in 4405829 on GitHub:

Prevent long function names from clipping at narrow viewports.

#4 @coffee2code
2 years ago

  • Resolution set to fixed
  • Status changed from new to closed

#5 @coffee2code
2 years ago

#7267 was marked as a duplicate.

#6 @coffee2code
2 years ago

#6738 was marked as a duplicate.

Note: See TracTickets for help on using tickets.