Skip to content

Instantly share code, notes, and snippets.

@tomasstankovic
Last active July 29, 2016 20:01
Show Gist options
  • Save tomasstankovic/15bea213efe786fa2017 to your computer and use it in GitHub Desktop.
Save tomasstankovic/15bea213efe786fa2017 to your computer and use it in GitHub Desktop.
CSS text shortening. /LESS mixin/
.textLimiter(){
display: block;
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