Skip to content

Instantly share code, notes, and snippets.

@Fabiantjoeaon
Created September 9, 2016 08:01
Show Gist options
  • Save Fabiantjoeaon/ad2c58de3886b5d7cc477259277e4a63 to your computer and use it in GitHub Desktop.
Save Fabiantjoeaon/ad2c58de3886b5d7cc477259277e4a63 to your computer and use it in GitHub Desktop.
Elegant overflow with text-overflow: ellipsis; Concatenated text with '...'.
width: 200px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment