Skip to content

Instantly share code, notes, and snippets.

@adikahorvath
Created September 20, 2017 12:04
Show Gist options
  • Save adikahorvath/c5753778416ce976a0662dfabd87c0ed to your computer and use it in GitHub Desktop.
Save adikahorvath/c5753778416ce976a0662dfabd87c0ed to your computer and use it in GitHub Desktop.
text overflow
.text-overflow {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment