Skip to content

Instantly share code, notes, and snippets.

@sosnovskyas
Created October 10, 2015 11:28
Show Gist options
  • Save sosnovskyas/780e93651e1f7b279893 to your computer and use it in GitHub Desktop.
Save sosnovskyas/780e93651e1f7b279893 to your computer and use it in GitHub Desktop.
.multiline-ellipsis {
display: block;
display: -webkit-box;
max-width: 400px;
height: 109.2px;
margin: 0 auto;
font-size: 26px;
line-height: 1.4;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment