Making WordPress.org

#6780 closed defect (bug) (reported-upstream)

Design break issue on https://wordpress.org/documentation/ website

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

Description

Please check the below pages:
https://wordpress.org/documentation/article/tools-erase-personal-data-screen/
https://wordpress.org/documentation/article/tools-export-personal-data-screen/
https://wordpress.org/documentation/article/tools-network-screen/
https://wordpress.org/documentation/article/video-shortcode/

In the above-all pages, content is overflow out of the container and content formatting is not looking good. Please find the attached screenshot for more details.

Attachments (1)

CleanShot 2023-02-17 at 15.59.12@2x.png (132.1 KB) - added by patelhitesh 19 months ago.
Design break issue

Download all attachments as: .zip

Change History (4)

@patelhitesh
19 months ago

Design break issue

#1 @kajalgohel
19 months ago

Hello @patelhitesh ,

Thanks for creating the ticket!

I have checked an issue and am also able to reproduce it.

We can add the following CSS to resolve this issue:

 .entry-content pre {
    word-break: break-word;
 }

Thanks.

#3 @tellyworth
19 months ago

  • Resolution set to reported-upstream
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.