[wp-trac] [WordPress Trac] #36346: Twenty Sixteen/Fifteen/Thirteen/Twelve titles can lead to horizontal scrolls
WordPress Trac
noreply at wordpress.org
Thu Jul 28 01:18:47 UTC 2016
#36346: Twenty Sixteen/Fifteen/Thirteen/Twelve titles can lead to horizontal
scrolls
-------------------------------------------------+-------------------------
Reporter: Clorith | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future
Component: Bundled Theme | Release
Severity: normal | Version: 4.4
Keywords: has-screenshots good-first-bug has- | Resolution:
patch needs-testing 2nd-opinion ui-feedback | Focuses:
-------------------------------------------------+-------------------------
Changes (by akiya):
* keywords: has-screenshots good-first-bug has-patch needs-testing 2nd-
opinion =>
has-screenshots good-first-bug has-patch needs-testing 2nd-opinion ui-
feedback
Comment:
Post-title is not scroll or cut off too long word, so styled "hyphens".
{{{
1857 .post-navigation .post-title,
1858 .entry-title,
1859 .comments-title {
1860 > -webkit-hyphens: auto;
1861 > -moz-hyphens: auto;
1862 > -ms-hyphens: auto;
1863 > hyphens: auto;
1864 }
}}}
Similarly, hyphens style add {{{.site-title}}} .
--
Ticket URL: <https://core.trac.wordpress.org/ticket/36346#comment:23>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list