Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #4917, comment 14


Ignore:
Timestamp:
02/18/2021 08:52:24 AM (4 years ago)
Author:
vladytimy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4917, comment 14

    initial v1  
    88Since 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. )
    99
    10 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.
     10With this, we'll have a fully responsive (''meaning "no major style issues"'') single view of a ticket, the most accessed template on here. Thanks, @dd32 for taking time to test and implement these small changes.