Skip to content

Instantly share code, notes, and snippets.

@jbutko
Created January 18, 2015 20:14
Show Gist options
  • Save jbutko/9c1d3670d11b6915dd72 to your computer and use it in GitHub Desktop.
Save jbutko/9c1d3670d11b6915dd72 to your computer and use it in GitHub Desktop.
#CSS: Show three dots (...) at the end of the line
span {
display:inline-block;
width:180px;
white-space: nowrap;
overflow:hidden !important;
text-overflow: ellipsis;
}
/* From http://stackoverflow.com/questions/11426275/how-can-i-show-dots-in-a-span-with-hidden-overflow*/
@Abdurahmon086
Copy link

asdddddddddddddddddddddddddddddddddddddddddddddddddddmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm

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