diff --git a/style.css b/style.css index 1f30f0c70..f13d08cd8 100644 --- a/style.css +++ b/style.css @@ -453,6 +453,12 @@ a:hover { /* Page structure */ .wrapper { overflow: hidden; + -moz-hyphens: auto; + -ms-word-break: break-all; + -webkit-hyphens: auto; + hyphens: auto; + word-break: break-all; + word-break: break-word; } .site { padding: 0 24px;