Skip to content

Instantly share code, notes, and snippets.

@argyleink
Last active December 12, 2017 18:28
Show Gist options
  • Save argyleink/5463021 to your computer and use it in GitHub Desktop.
Save argyleink/5463021 to your computer and use it in GitHub Desktop.

Revisions

  1. argyleink revised this gist Apr 25, 2013. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion word-break.css
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,5 @@
    .word-break {
    -ms-word-break: break-all;
    word-break: break-all;

    word-break: break-word;
    word-wrap: break-word;
  2. argyleink revised this gist Apr 25, 2013. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions word-break.css
    Original file line number Diff line number Diff line change
    @@ -6,5 +6,6 @@
    word-wrap: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    }
  3. argyleink created this gist Apr 25, 2013.
    10 changes: 10 additions & 0 deletions word-break.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    .word-break {
    -ms-word-break: break-all;
    word-break: break-all;

    word-break: break-word;
    word-wrap: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;