[wp-meta] [Making WordPress.org] #6757: https://wordpress.org/about/privacy/ page design breaking issue in the mobile devices.
Making WordPress.org
noreply at wordpress.org
Wed Feb 15 04:21:49 UTC 2023
#6757: https://wordpress.org/about/privacy/ page design breaking issue in the
mobile devices.
--------------------------+---------------------
Reporter: upadalavipul | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: General | Resolution:
Keywords: |
--------------------------+---------------------
Comment (by upadalavipul):
Need to add the below CSS for the above issue.
CSS:
{{{
@media screen and ( max-width: 420px ) {
.is-layout-constrained ol li {
word-break: break-all;
}
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6757#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list