Skip to content

Instantly share code, notes, and snippets.

@BenSibley
Created February 18, 2015 21:31
Show Gist options
  • Save BenSibley/4df39279908797aa5ada to your computer and use it in GitHub Desktop.
Save BenSibley/4df39279908797aa5ada to your computer and use it in GitHub Desktop.
Pre word-break & padding
pre {
word-wrap: break-word;
-ms-word-wrap: break-word;
padding: 0 60px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment