Skip to content

Instantly share code, notes, and snippets.

@binnng
Last active March 29, 2017 06:08
Show Gist options
  • Select an option

  • Save binnng/5856515 to your computer and use it in GitHub Desktop.

Select an option

Save binnng/5856515 to your computer and use it in GitHub Desktop.
CSS实现文字的多行截断
.text{
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
display: -webkit-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment