Skip to content

Instantly share code, notes, and snippets.

@AleksandrChukhray
Created July 21, 2020 16:18
Show Gist options
  • Select an option

  • Save AleksandrChukhray/ab3d787253ab47298d080369df4f7b73 to your computer and use it in GitHub Desktop.

Select an option

Save AleksandrChukhray/ab3d787253ab47298d080369df4f7b73 to your computer and use it in GitHub Desktop.
Three dots on the end of line
.three-dots {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment