Add a soft hyphen into a collection

@MHGRAFIKDESIGN

You can add multiple Selectors to your CSS Rule-Set.

h1, h2, h3, h4, h5, h6, p, .thatextra-class, #thatextra-id, .etc { word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; -o-hyphens: auto; hyphens: auto; }