Skip to content

Instantly share code, notes, and snippets.

@zry656565
Last active August 29, 2015 14:11
Show Gist options
  • Save zry656565/d02a1caea82a40171e4f to your computer and use it in GitHub Desktop.
Save zry656565/d02a1caea82a40171e4f to your computer and use it in GitHub Desktop.
Show a line and hide overflow words
.hide-overflow-word {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment