Skip to content

Instantly share code, notes, and snippets.

@mucahitnezir
Last active November 24, 2018 11:28
Show Gist options
  • Save mucahitnezir/f6cf7eb5e0c7eb59894d2ceb5f99c30e to your computer and use it in GitHub Desktop.
Save mucahitnezir/f6cf7eb5e0c7eb59894d2ceb5f99c30e to your computer and use it in GitHub Desktop.
CSS class for one line text
.one-line-text {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment