Opened 20 months ago
Closed 15 months ago
#6836 closed defect (bug) (reported-upstream)
Content formatting issue on wordpress.org website
Reported by: | patelhitesh | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordPress.org Site | Keywords: | needs-patch needs-design-feedback has-screenshots |
Cc: |
Description
Please check the below URL:
https://wordpress.org/about/security/
Some code block's content is overflow out of the container. Please check the attached screenshot for more details.
Steps to reproduce:
Visit the URL: https://wordpress.org/about/security/
Check the page at the 425px wide
Some code blocks is out of the container
Attachments (1)
Change History (3)
#1
@
20 months ago
To overcome the above-mentioned content formatting issue, please check the below CSS:
.wp-block-group p { word-break: break-word; }
#2
@
15 months ago
- Resolution set to reported-upstream
- Status changed from new to closed
This will be resolved via https://github.com/WordPress/wporg-main-2022/issues/281 I believe
Note: See
TracTickets for help on using
tickets.
Content formatting issue