Opened 4 years ago
Closed 3 years ago
#6836 closed defect (bug) (reported-upstream)
Content formatting issue on wordpress.org website
| Reported by: | patelhitesh | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| 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
@
4 years ago
To overcome the above-mentioned content formatting issue, please check the below CSS:
.wp-block-group p { word-break: break-word; }
#2
@
3 years ago
- Resolution → reported-upstream
- Status new → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Content formatting issue