Skip to content

Instantly share code, notes, and snippets.

@LennonSantos
Created April 13, 2022 17:59
Show Gist options
  • Save LennonSantos/657b12a07ac74c71d394bfd9bc54496e to your computer and use it in GitHub Desktop.
Save LennonSantos/657b12a07ac74c71d394bfd9bc54496e to your computer and use it in GitHub Desktop.
p {
white-space: nowrap;
width: 50px;
overflow: hidden;
text-overflow: ellipsis;
border: 1px solid #000000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment