[wp-meta] [Making WordPress.org] #4917: Trac needs more responsive styles
Making WordPress.org
noreply at wordpress.org
Thu Feb 18 08:46:36 UTC 2021
#4917: Trac needs more responsive styles
-------------------------------------------------+-------------------------
Reporter: sumitsingh | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: Trac | Resolution:
Keywords: needs-design-feedback has-patch |
has-screenshots |
-------------------------------------------------+-------------------------
Comment (by vladytimy):
Another mobile style breaking issue is when people (me included) use long
attachments names or links.
{{{.description}}} and {{{.summary}}} already have {{{word-break: break-
word;}}}
but {{{.changes}}} and {{{.attachments}}} don't.
Since we already use ''word-break'' (and not others such as: ''word-wrap''
or ''overflow-wrap''),
[https://meta.trac.wordpress.org/attachment/ticket/4917/4917.3.patch
4917.3.patch] adds that rule to the above specified selectors. ( These
rules don't need to be in a {{{@media (max-width:550px)}}} CSS block,
since they take action only when needed on smaller screens. )
Hopefully with this, we'll have a fully responsive (''meaning "no major
style issues"'') single view of a ticket, the most accessed template on
here.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/4917#comment:14>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list