Skip to content

Instantly share code, notes, and snippets.

@FrankFang
Created October 24, 2013 06:09
Show Gist options
  • Save FrankFang/7132116 to your computer and use it in GitHub Desktop.
Save FrankFang/7132116 to your computer and use it in GitHub Desktop.
text overflow
div{
width: 100px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment