Skip to content

Instantly share code, notes, and snippets.

@xxjinwei
Created December 11, 2013 10:02
Show Gist options
  • Save xxjinwei/7907878 to your computer and use it in GitHub Desktop.
Save xxjinwei/7907878 to your computer and use it in GitHub Desktop.
css text overflow
/**
referrence:http://leeiio.me/text-overflow-ellipsis/
*/
.overflow {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment