Created
February 10, 2012 00:51
-
-
Save terkel/1784889 to your computer and use it in GitHub Desktop.
CSS line break
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
.br-before:before, | |
.br-after:after { | |
content: "\A"; | |
white-space: pre-line; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment