Skip to content

Instantly share code, notes, and snippets.

@simonlehmann
Created May 9, 2017 10:41
Show Gist options
  • Save simonlehmann/506719cb8da2530627b02b0411035178 to your computer and use it in GitHub Desktop.
Save simonlehmann/506719cb8da2530627b02b0411035178 to your computer and use it in GitHub Desktop.
Scrollable bootstrap <pre> tags
pre {
overflow-x: auto;
}
pre code {
word-wrap: normal;
white-space: pre;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment