Last active
February 23, 2017 13:47
-
-
Save Koniksan/2b26f7bfb695e7c977ab81b0ebd3f711 to your computer and use it in GitHub Desktop.
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
.text-block { | |
height:{optional}; | |
display: -webkit-box; <--- (flexbox version year 2011) | |
-webkit-line-clamp: 4; <--- (Firefox not supported) | |
-webkit-box-orient: vertical; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Support ---> http://caniuse.com/#search=line-clamp