Skip to content

Instantly share code, notes, and snippets.

@erdemoflaz
Created January 23, 2019 10:45
Show Gist options
  • Save erdemoflaz/7e525fa4ace2e20568195195034f7a76 to your computer and use it in GitHub Desktop.
Save erdemoflaz/7e525fa4ace2e20568195195034f7a76 to your computer and use it in GitHub Desktop.
css overflow data crop
.classname {
white-space: nowrap;
overflow: hidden;
width: 100px;
text-overflow: ellipsis;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment