Skip to content

Instantly share code, notes, and snippets.

@Koniksan
Last active February 23, 2017 13:47
Show Gist options
  • Save Koniksan/2b26f7bfb695e7c977ab81b0ebd3f711 to your computer and use it in GitHub Desktop.
Save Koniksan/2b26f7bfb695e7c977ab81b0ebd3f711 to your computer and use it in GitHub Desktop.
.text-block {
height:{optional};
display: -webkit-box; <--- (flexbox version year 2011)
-webkit-line-clamp: 4; <--- (Firefox not supported)
-webkit-box-orient: vertical;
}
@Koniksan
Copy link
Author

Koniksan commented Feb 23, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment