Skip to content

Instantly share code, notes, and snippets.

@tyomo4ka
Created February 15, 2014 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tyomo4ka/9019191 to your computer and use it in GitHub Desktop.
Save tyomo4ka/9019191 to your computer and use it in GitHub Desktop.
GitHubs like behavior for Twitter Bootstrap labels.
span.label.css-truncate {
max-width: 80px;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: middle;
line-height: 1;
padding: 2px 3px;
height: 11px;
}
span.label.css-truncate:hover {
display: inline;
vertical-align: baseline;
padding: 1px 3px 2px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment