Making WordPress.org

Opened 4 months ago

Last modified 4 months ago

#6720 new defect (bug)

Responsive design break issue

Reported by: patelhitesh's profile patelhitesh Owned by:
Milestone: Priority: normal
Component: WordPress.org Site Keywords: needs-patch needs-design-feedback has-screenshots
Cc:

Description

Please visit the below URL:
https://wordpress.org/documentation/article/wordpress-privacy/

Inspect the page and set the width to 425px. The content is overflow out of the container and the design is not look good.

Steps to reproduce:
1 - Visit the URL: https://wordpress.org/documentation/article/wordpress-privacy/
2 - Inspect the page and set the width to 425px.
3 - List item content is overflow out of the container

Attachments (1)

CleanShot 2023-01-30 at 16.29.23@2x.png (193.4 KB) - added by patelhitesh 4 months ago.
Responsive design break issue

Download all attachments as: .zip

Change History (2)

@patelhitesh
4 months ago

Responsive design break issue

#1 @patelhitesh
4 months ago

To solve the above design break issue, please check below CSS:

.wp-block-post-content a {

word-break: break-word;

}

Note: See TracTickets for help on using tickets.