Created
May 11, 2017 12:44
-
-
Save diogomachado/c5921e697cee4ccf590dc8090585502c to your computer and use it in GitHub Desktop.
Text overflow - Texto com overflow e três pontos
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
.truncate-link { | |
max-width: 100%; | |
display: inline-block; | |
vertical-align: middle; | |
overflow: hidden; | |
white-space: nowrap; | |
text-overflow: ellipsis; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment