Skip to content

Instantly share code, notes, and snippets.

@mishelen
Created March 7, 2014 22:17
Show Gist options
  • Select an option

  • Save mishelen/9421382 to your computer and use it in GitHub Desktop.

Select an option

Save mishelen/9421382 to your computer and use it in GitHub Desktop.
перенос контента
.prevent-text-breakouts {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment