Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save diogomachado/c5921e697cee4ccf590dc8090585502c to your computer and use it in GitHub Desktop.
Save diogomachado/c5921e697cee4ccf590dc8090585502c to your computer and use it in GitHub Desktop.
Text overflow - Texto com overflow e três pontos
.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