Skip to content

Instantly share code, notes, and snippets.

@achisholm
Created April 22, 2014 15:42
Show Gist options
  • Save achisholm/11184118 to your computer and use it in GitHub Desktop.
Save achisholm/11184118 to your computer and use it in GitHub Desktop.
CSS truncating one-line text headings
%truncate {
width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment