[wp-meta] [Making WordPress.org] #6013: Wrong word-wrap on advanced page commiter widget

Making WordPress.org noreply at wordpress.org
Wed Jan 5 14:58:52 UTC 2022


#6013: Wrong word-wrap on advanced page commiter widget
------------------------------+--------------------
 Reporter:  sebastienserre    |      Owner:  (none)
     Type:  defect            |     Status:  new
 Priority:  normal            |  Milestone:
Component:  Plugin Directory  |   Keywords:
------------------------------+--------------------
 Hello,

 On the French translation of the advanced view for plugins, the Committers
 title is non well displayed:
 https://fr.wordpress.org/plugins/wp-openagenda/advanced/
 [[Image(https://i.imgur.com/eVNYFOO.png)]]

 I'm not really good at CSS but it seems that adding a `word-wrap` solves
 the issue

 {{{
 h1, h2, h3, h4, h5, h6 {
     font-family: Open Sans,sans-serif;
     clear: both;
     line-height: 1.5;
     margin: 2rem 0 1rem;
     word-wrap: initial;
         overflow-wrap: initial;
 }
 }}}
 }}}

 [[Image(https://imgur.com/a/aH5qyPK)]]

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/6013>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list