[wp-trac] [WordPress Trac] #56341: [Twenty Twenty-Two] Long text strings cause horizontal overflow

WordPress Trac noreply at wordpress.org
Fri Aug 5 12:07:40 UTC 2022


#56341: [Twenty Twenty-Two] Long text strings cause horizontal overflow
---------------------------+-----------------------------
 Reporter:  mrfoxtalbot    |      Owner:  (none)
     Type:  defect (bug)   |     Status:  new
 Priority:  normal         |  Milestone:  Awaiting Review
Component:  Bundled Theme  |    Version:  6.0
 Severity:  normal         |   Keywords:  needs-patch
  Focuses:                 |
---------------------------+-----------------------------
 When viewed on narrow viewports, long strings will overflow outside the
 main content area.

 Older bundled themes would default to `word-break: break-all` to avoid
 this and I believe that Twenty Twenty-Two should also work this way by
 "pushing" long strings into multiple lines.

 The code below can be used as a temporary workaround.

 {{{
 .wp-site-blocks * {
    word-break: break-all;
 }
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/56341>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list