Created
March 28, 2014 14:50
-
-
Save scottjehl/9834615 to your computer and use it in GitHub Desktop.
wrap snippets in slack (add to a chrome Stylish userstyle)
This file contains 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
.snippet_meta { | |
overflow-x: visible; | |
} | |
.snippet_preview pre { | |
line-height: 1.5; | |
white-space: pre-wrap; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment