Skip to content

Instantly share code, notes, and snippets.

@marcoskubis
Created February 24, 2017 13:08
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcoskubis/4bf343928703824d85d0ec1b301f3a63 to your computer and use it in GitHub Desktop.
Save marcoskubis/4bf343928703824d85d0ec1b301f3a63 to your computer and use it in GitHub Desktop.
Bootstrap table ellipsis
.table.table-ellipsis tbody td {
max-width: 100px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
@YoverMarkt
Copy link

Gracias me ayudo mucho, saludos desde Ecuador.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment