Skip to content

Instantly share code, notes, and snippets.

@melvinstanly
Created July 29, 2020 13:38
Show Gist options
  • Save melvinstanly/35de09b953e33791767ece2d6f73e6e5 to your computer and use it in GitHub Desktop.
Save melvinstanly/35de09b953e33791767ece2d6f73e6e5 to your computer and use it in GitHub Desktop.
Injecting line break via CSS
selector {
display: inline;
}
selector:after {
content: "\a";
white-space: pre;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment