Skip to content

Instantly share code, notes, and snippets.

@yannvery
Created May 6, 2014 08:29
Show Gist options
  • Select an option

  • Save yannvery/0805345929dbf13976cf to your computer and use it in GitHub Desktop.

Select an option

Save yannvery/0805345929dbf13976cf to your computer and use it in GitHub Desktop.
Trim text 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