Skip to content

Instantly share code, notes, and snippets.

@LevPewPew
Created November 23, 2020 03:11
Show Gist options
  • Save LevPewPew/7c4957f348f2567edebbc6b6e09dfdc8 to your computer and use it in GitHub Desktop.
Save LevPewPew/7c4957f348f2567edebbc6b6e09dfdc8 to your computer and use it in GitHub Desktop.
easiest way to do ellipses after x number of lines
// e.g. 2 lines:
some-class {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment