New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make social card height adjust to text content of the card #121

Closed
shawnmjones opened this Issue Aug 23, 2018 · 0 comments

Comments

Projects
None yet
1 participant
@shawnmjones
Collaborator

shawnmjones commented Aug 23, 2018

If the title is long, then it forces the text on the bottom of the card to extend outside the bottom border of the card.

image

Just remove the height attribute from the blockquote element of the card. Replace it with min-height.

@shawnmjones shawnmjones added the bug label Aug 23, 2018

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