Skip to content

Instantly share code, notes, and snippets.

View andrexduarte's full-sized avatar

André Duarte andrexduarte

View GitHub Profile
@andrexduarte
andrexduarte / hyphens
Created November 21, 2012 16:17
hyphens
.article {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}