Making WordPress.org

Opened 3 years ago

Closed 3 years ago

#6821 closed defect (bug) (fixed)

Text overflow design breaking issue on mobile devices.

Reported by: upadalavipul Owned by:
Priority: low Milestone:
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 3 years ago.
Patch added

Download all attachments as: .zip

Change History (3)

#1 @upadalavipul
3 years 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
3 years ago

Patch added

#2 @coffee2code
3 years ago

  • Component WordPress.org SiteHelpHub (wordpress.org/documentation)
  • Priority normallow
  • Resolutionfixed
  • Status newclosed

Thanks for the report! This has since been fixed.

Note: See TracTickets for help on using tickets.