Skip to content

Instantly share code, notes, and snippets.

@philipproth
Created March 7, 2019 13:18
Show Gist options
  • Save philipproth/11644c8d16da8414ba7547e858b9031a to your computer and use it in GitHub Desktop.
Save philipproth/11644c8d16da8414ba7547e858b9031a to your computer and use it in GitHub Desktop.
<style>
.paragraph, p, h1, h2, h3, .toc {
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment