Making WordPress.org

Opened 7 months ago

Last modified 7 months ago

#6821 new defect (bug)

Text overflow design breaking issue on mobile devices.

Reported by: upadalavipul's profile upadalavipul Owned by:
Milestone: Priority: normal
Component: WordPress.org Site 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 7 months ago.
Patch added

Download all attachments as: .zip

Change History (2)

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

Patch added

Note: See TracTickets for help on using tickets.