[wp-meta] [Making WordPress.org] #6821: Text overflow design breaking issue on mobile devices.
Making WordPress.org
noreply at wordpress.org
Thu Mar 2 09:35:12 UTC 2023
#6821: Text overflow design breaking issue on mobile devices.
--------------------------------+---------------------
Reporter: upadalavipul | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: WordPress.org Site | Resolution:
Keywords: |
--------------------------------+---------------------
Comment (by upadalavipul):
Added below css for the above issue solution.
CSS:
{{{
body .is-layout-constrained >
:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
word-break: break-word;
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6821#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list