Hyphenation
You can also enable hyphenation to properly break words at the end
of lines, which avoids the problem of long words wrapping to the next line
and leaving a gap on the previous line.
.hyphenized {
-moz-hyphens: auto;
-ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}