Created
February 15, 2014 13:17
-
-
Save tyomo4ka/9019191 to your computer and use it in GitHub Desktop.
GitHubs like behavior for Twitter Bootstrap labels.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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