[wp-trac] [WordPress Trac] #36207: Widget description in widgets is not using word-wrap: break-word

WordPress Trac noreply at wordpress.org
Fri Mar 11 08:51:26 UTC 2016


#36207: Widget description in widgets  is not using word-wrap: break-word
----------------------------+-----------------------------
 Reporter:  Prelc           |      Owner:
     Type:  defect (bug)    |     Status:  new
 Priority:  normal          |  Milestone:  Awaiting Review
Component:  Administration  |    Version:  4.4.2
 Severity:  normal          |   Keywords:
  Focuses:  ui              |
----------------------------+-----------------------------
 Long word's without spaces goes out of the container.
 I think that class `.widget-description` needs

 {{{
 overflow-wrap: break-word;
 word-wrap: break-word;
 -ms-word-break: break-all;
 word-break: break-word;
 -ms-hyphens: auto;
 -moz-hyphens: auto;
 -webkit-hyphens: auto;
 hyphens: auto;
 }}}

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


More information about the wp-trac mailing list