[wp-trac] [WordPress Trac] #37033: Theme's name in theme preview is overlapping when a too long word is used.

WordPress Trac noreply at wordpress.org
Sun Jun 5 10:49:43 UTC 2016


#37033: Theme's name in theme preview is overlapping when a too long word is used.
--------------------------------+-----------------------------
 Reporter:  xavortm             |      Owner:
     Type:  enhancement         |     Status:  new
 Priority:  normal              |  Milestone:  Awaiting Review
Component:  Themes              |    Version:  trunk
 Severity:  normal              |   Keywords:
  Focuses:  ui, administration  |
--------------------------------+-----------------------------
 Screenshot with the issue can be seen here:

 [[Image(http://i.imgur.com/AjJAqxK.png?1)]]

 Most simple way of reproducing is by replacing the text string from the
 Dev Tools or by renaming a theme. I know having string like in the example
 is not often seen, but some languages or product names might require
 joining words like MyAwesomeCompanyThemeNaming or something of this sort
 for closed or public projects.

 The solution is simple
 {{{
 word-wrap: break-word;
 overflow-wrap: break-word;
 }}}

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


More information about the wp-trac mailing list