Skip to content

Instantly share code, notes, and snippets.

@gladkih
Created September 23, 2015 09:41
Show Gist options
  • Select an option

  • Save gladkih/0f788a07221b83625744 to your computer and use it in GitHub Desktop.

Select an option

Save gladkih/0f788a07221b83625744 to your computer and use it in GitHub Desktop.

Revisions

  1. gladkih created this gist Sep 23, 2015.
    5 changes: 5 additions & 0 deletions hyphenate.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    .hyphenate {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    }