Making WordPress.org

Opened 6 months ago

Last modified 6 months ago

#6913 new defect (bug)

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 (1)

#1 @baroliyamayur
6 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

Note: See TracTickets for help on using tickets.