Making WordPress.org

#6913 closed defect (bug) (fixed)

Content overflow issue in responsive

Reported by: baroliyamayur's profile baroliyamayur Owned by:
Milestone: Priority: normal
Component: Developer Hub Keywords: needs-patch has-screenshots
Cc:

Description

Content overflow issue in mobile devides.

Page URL:- https://developer.wordpress.org/reference/since/6.2.0/

Issue Screenshot:- https://share.cleanshot.com/F8pBzVbC48Ms9p46ttzD

Change History (3)

#1 @baroliyamayur
18 months ago

Please use the CSS below to resolve the issue.

.devhub-wrap .wp-parser-class h1 a, .devhub-wrap .wp-parser-class .signature-highlight a, .devhub-wrap .wp-parser-function h1 a, .devhub-wrap .wp-parser-function .signature-highlight a, .devhub-wrap .wp-parser-hook h1 a, .devhub-wrap .wp-parser-hook .signature-highlight a, .devhub-wrap .wp-parser-method h1 a, .devhub-wrap .wp-parser-method .signature-highlight a {
    word-break: break-all;
}

See output: https://share.cleanshot.com/grgTp2GMpny0qS1hM13n

#2 @coffee2code
11 months ago

#7197 was marked as a duplicate.

#3 @coffee2code
11 months ago

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

Thanks for the report! This got fixed as a byproduct of #7268.

Note: See TracTickets for help on using tickets.