Skip to content

Instantly share code, notes, and snippets.

@probaldhar
Created November 12, 2014 08:14
Show Gist options
  • Save probaldhar/64e7710bd42dc72511c9 to your computer and use it in GitHub Desktop.
Save probaldhar/64e7710bd42dc72511c9 to your computer and use it in GitHub Desktop.
Excerpt with CSS
.trim-info {
max-width: 50px;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 15px;
position: relative;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment