Skip to content

Instantly share code, notes, and snippets.

@paulbremer
Created October 23, 2013 10:56
Show Gist options
  • Save paulbremer/7116542 to your computer and use it in GitHub Desktop.
Save paulbremer/7116542 to your computer and use it in GitHub Desktop.
CSS Tricks
@media all and (min-width: px) and (max-width: px) {
}
div {
width: 100%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment