Opened 3 years ago
Closed 2 years ago
#6821 closed defect (bug) (fixed)
Text overflow design breaking issue on mobile devices.
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | low | |
| Component: | HelpHub (wordpress.org/documentation) | Keywords: | |
| Cc: |
Description
I have reviewed the https://wordpress.org/documentation/article/wordpress-glossary/ page on my mobile devices and found the text-overflow design breaking issue in mobile devices. please check the below-attached screenshot.
Screenshot: https://share.cleanshot.com/zLr9g0BXpsVQyGwK7lw2
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Added below css for the above issue solution.
CSS:
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) { word-break: break-word; }