Skip to content

Instantly share code, notes, and snippets.

@koshuang
Created July 17, 2013 03:36
Show Gist options
  • Save koshuang/6017497 to your computer and use it in GitHub Desktop.
Save koshuang/6017497 to your computer and use it in GitHub Desktop.
Text overflow
div {
overflow : hidden;
text-overflow : ellipsis;
white-space : nowrap;
width : 240px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment