Making WordPress.org

#6821 closed defect (bug) (fixed)

Text overflow design breaking issue on mobile devices.

Reported by: upadalavipul's profile upadalavipul 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)

6821.patch (45.1 KB) - added by himshekhar07 19 months ago.
Patch added

Download all attachments as: .zip

Change History (3)

#1 @upadalavipul
19 months ago

Added below css for the above issue solution.

CSS:

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    word-break: break-word;
}

@himshekhar07
19 months ago

Patch added

#2 @coffee2code
10 months ago

  • Component changed from WordPress.org Site to HelpHub (wordpress.org/documentation)
  • Priority changed from normal to low
  • Resolution set to fixed
  • Status changed from new to closed

Thanks for the report! This has since been fixed.

Note: See TracTickets for help on using tickets.