Skip to content

Instantly share code, notes, and snippets.

@neocsr
Created January 21, 2011 06:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neocsr/789316 to your computer and use it in GitHub Desktop.
Save neocsr/789316 to your computer and use it in GitHub Desktop.
To limit overflow in table cells.
.ellipsis {
width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment