[wp-trac] [WordPress Trac] #39121: Tagcloud has tags hyphenated over line breaks in TwentyTwelve

WordPress Trac noreply at wordpress.org
Tue Dec 6 21:16:47 UTC 2016


#39121: Tagcloud has tags hyphenated over line breaks in TwentyTwelve
--------------------------+-----------------------------
 Reporter:  xuhdev        |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Themes        |    Version:  4.6.1
 Severity:  normal        |   Keywords:
  Focuses:  ui            |
--------------------------+-----------------------------
 I'm using theme TwentyTwelve and I observed that tagcloud has tags
 hyphenated over line breaks. I suggest to fix it by adding the following
 to the stylesheet:


 {{{
 .tagcloud {
   -webkit-hyphens: none;
   -moz-hyphens: none;
   -ms-hyphens: none;
   hyphens: none;
 }
 }}}

 Maybe this can even be put somewhere that applies to all themes...

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


More information about the wp-trac mailing list