Skip to content

Instantly share code, notes, and snippets.

@ivolivares
Created July 1, 2014 19:04
Show Gist options
  • Save ivolivares/d27c452408f7a01d274b to your computer and use it in GitHub Desktop.
Save ivolivares/d27c452408f7a01d274b to your computer and use it in GitHub Desktop.
Long URL Problem and Solution
/* Problem: <a href="">//someurl.com/a-really-really-really-really-really-really-really-really-really-long-url</a> */
a {
word-wrap: break-word;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment