Created
November 4, 2014 03:54
-
-
Save fwon/77d0e900ba3299eae284 to your computer and use it in GitHub Desktop.
text css3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
display -webkit-box | |
-webkit-line-clamp 1 | |
text-overflow ellipsis | |
-webkit-box-orient vertical | |
word-break break-all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment