Opened 4 years ago
Closed 3 years ago
#6720 closed defect (bug) (worksforme)
Documentation: Long links do not wrap in responsive
| Reported by: | patelhitesh | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | HelpHub (wordpress.org/documentation) | 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)
Change History (3)
#1
@
4 years ago
To solve the above design break issue, please check below CSS:
.wp-block-post-content a {
word-break: break-word;
}
#2
@
3 years ago
- Component WordPress.org Site → HelpHub
- Resolution → worksforme
- Status new → closed
- Summary Responsive design break issue → Documentation: Long links do not wrap in responsive
The original text in question here no longer appears to be in the document, and the theme has likely changed.
Future bug reports regarding wordpress.org/documentation should be filed on https://github.com/WordPress/wporg-documentation-2022
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Responsive design break issue