Skip to content

Instantly share code, notes, and snippets.

@productioncoder
Last active November 4, 2018 16:03
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 productioncoder/5816fdf55442aefc7e7f1a30e26f0e8c to your computer and use it in GitHub Desktop.
Save productioncoder/5816fdf55442aefc7e7f1a30e26f0e8c to your computer and use it in GitHub Desktop.
Youtube in React: Increase paragraph line height
p {
line-height: 1.8rem;
margin-bottom: 0;
}
.collapsed {
max-height: 3.6rem;
overflow-y: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment