Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save loughlincodes/7496ff59fa3788a979c4c27c463041d2 to your computer and use it in GitHub Desktop.
Save loughlincodes/7496ff59fa3788a979c4c27c463041d2 to your computer and use it in GitHub Desktop.
Hide <br/> tags and replace with a space
br{
content:' ';
}
br:after{
content:' ';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment