Skip to content

Instantly share code, notes, and snippets.

@anuk79
Created June 23, 2020 14:11
Show Gist options
  • Save anuk79/1384427cc0c21c1c2f63ea51ca43ec03 to your computer and use it in GitHub Desktop.
Save anuk79/1384427cc0c21c1c2f63ea51ca43ec03 to your computer and use it in GitHub Desktop.
.overflow-with-ellipsis {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 200px; /** width should be there for the traget or parent container */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment