Created
May 9, 2017 10:41
-
-
Save simonlehmann/506719cb8da2530627b02b0411035178 to your computer and use it in GitHub Desktop.
Scrollable bootstrap <pre> tags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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