[wp-trac] [WordPress Trac] #39121: Twenty Twelve: Tagcloud has tags hyphenated over line breaks
WordPress Trac
noreply at wordpress.org
Wed Jan 16 22:49:33 UTC 2019
#39121: Twenty Twelve: Tagcloud has tags hyphenated over line breaks
-----------------------------------------+-----------------------------
Reporter: xuhdev | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future Release
Component: Bundled Theme | Version:
Severity: normal | Resolution:
Keywords: needs-patch has-screenshots | Focuses:
-----------------------------------------+-----------------------------
Changes (by laurelfulford):
* keywords: => needs-patch has-screenshots
* milestone: Awaiting Review => Future Release
Comment:
Thanks for reporting this issue, @xuhdev!
I can recreate this issue -- oddly, the tag "this is a tag that is a long
sentence not a word" gets hyphenated, breaking 'sentence' over two lines,
but the tag "Loooooooooooooooooooong" just runs out of the content space
(instead of breaking over two lines).
The culprit looks to be this CSS:
{{{
.widget-area .widget {
-moz-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/39121#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list