Skip to content

Instantly share code, notes, and snippets.

@Malkeet12
Created March 7, 2020 18:34
Show Gist options
  • Select an option

  • Save Malkeet12/95c6ad7ffeda4b01fe0f5a2604e7f755 to your computer and use it in GitHub Desktop.

Select an option

Save Malkeet12/95c6ad7ffeda4b01fe0f5a2604e7f755 to your computer and use it in GitHub Desktop.
create single line ellipsis using css
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
width: 300px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment