Skip to content

Instantly share code, notes, and snippets.

@gabriel
Last active January 28, 2016 02:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabriel/35c2670f4b0ba917c7d6 to your computer and use it in GitHub Desktop.
Save gabriel/35c2670f4b0ba917c7d6 to your computer and use it in GitHub Desktop.
css lines
// These might be good globals
line1: {
overflow: 'hidden',
display: '-webkit-box',
textOverflow: 'ellipsis',
WebkitLineClamp: 1,
WebkitBoxOrient: 'vertical'
},
line2: {
overflow: 'hidden',
display: '-webkit-box',
textOverflow: 'ellipsis',
WebkitLineClamp: 2,
WebkitBoxOrient: 'vertical'
},
line4: {
overflow: 'hidden',
display: '-webkit-box',
textOverflow: 'ellipsis',
WebkitLineClamp: 4,
WebkitBoxOrient: 'vertical'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment