Skip to content

Instantly share code, notes, and snippets.

@zzzarius
Created February 13, 2022 14:23
Show Gist options
  • Save zzzarius/9390f0c7f55fc111461c2f1a5cbd2201 to your computer and use it in GitHub Desktop.
Save zzzarius/9390f0c7f55fc111461c2f1a5cbd2201 to your computer and use it in GitHub Desktop.
Clamp single line in css
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment