[wp-trac] [WordPress Trac] #36346: Twenty Sixteen/Fifteen/Thirteen/Twelve titles can lead to horizontal scrolls
WordPress Trac
noreply at wordpress.org
Wed Apr 25 08:19:13 UTC 2018
#36346: Twenty Sixteen/Fifteen/Thirteen/Twelve titles can lead to horizontal
scrolls
-------------------------------------------------+-------------------------
Reporter: Clorith | Owner: (none)
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: Future
| Release
Component: Bundled Theme | Version: 4.4
Severity: normal | Resolution:
Keywords: has-screenshots good-first-bug has- | Focuses:
patch needs-refresh |
-------------------------------------------------+-------------------------
Comment (by akiya):
Chrome does not support "hyphens:auto"\\
Available value for hyphens are manual/none/unset on chrome
66.0.3359.117.\\
It is better that declaration hyphens property and word-wrap property like
twentyfifteen.
twentyfiftee/style.css row 1657
{{{
.entry-content,
.entry-summary,
.page-content,
.comment-content {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
}
}}}
This style is renderd below screenshot.\\
[[Image(twentyfifteen-site-title-stye.png)]]
--
Ticket URL: <https://core.trac.wordpress.org/ticket/36346#comment:29>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list