Skip to content

Instantly share code, notes, and snippets.

@komplexb
Created November 1, 2013 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save komplexb/661a83dadfb10d1843bf to your computer and use it in GitHub Desktop.
Save komplexb/661a83dadfb10d1843bf to your computer and use it in GitHub Desktop.
Adding an ellipsis
.classname {
overflow-x: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment