Opened 4 months ago
Last modified 4 months ago
#6700 new defect (bug)
Text overflow design issue in responsive design
Reported by: |
|
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/documentation/article/faq-work-with-wordpress/
When we inspect the page, the text is overflowing out of the container and not looks good.
Attachments (1)
Change History (2)
#1
@
4 months ago
To resolve the above text overflow issue please find the below CSS:
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
max-width: var(--wp--style--global--content-size);
margin-left: auto !important;
margin-right: auto !important;
word-break: break-all;
Note: See
TracTickets for help on using
tickets.
Text overflow design issue