Skip to content

Instantly share code, notes, and snippets.

@ezy
Created June 8, 2016 01:08
Show Gist options
  • Select an option

  • Save ezy/9f9981e368ae86494734abba0c60d52b to your computer and use it in GitHub Desktop.

Select an option

Save ezy/9f9981e368ae86494734abba0c60d52b to your computer and use it in GitHub Desktop.
Automatically create dots with overflow text using CSS
.ind .table-container table td, .ind .table-container table th {
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