We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Incorrect calculation of block height when using "sizeToContent: true" and an image in an inner block without text.
https://jsfiddle.net/b50v4t87/
The outer border of the block must match the size of the image regardless of "cellHeight"
The text was updated successfully, but these errors were encountered:
not a bug. sizeToContent: true means make cell tall enough to fit content - you are still bound to cellHeight (which defaults to auto = square).
sizeToContent: true
Sorry, something went wrong.
you are still bound to cellHeight
OK, but cellHeight can't actually work with small px values now. And to avoid empty space, you need to specify cellHeight: 1px #2978
No branches or pull requests
Subject of the issue
Incorrect calculation of block height when using "sizeToContent: true" and an image in an inner block without text.
Your environment
Steps to reproduce
https://jsfiddle.net/b50v4t87/
Expected behavior
The outer border of the block must match the size of the image regardless of "cellHeight"
The text was updated successfully, but these errors were encountered: