Skip to content

Instantly share code, notes, and snippets.

@csalgueiro
Created October 4, 2013 10:45
Show Gist options
  • Save csalgueiro/6824105 to your computer and use it in GitHub Desktop.
Save csalgueiro/6824105 to your computer and use it in GitHub Desktop.
Elipsis de textos
.text_ellipsis{
white-space: nowrap;
text-overflow: ellipsis;
overflow-x: hidden;
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment