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
If you add code in the HTML head, the spacing between each line in the rendering result will increase slightly, as shown in the following image.
However, once you comment out the code, the spacing between each image remains consistent as expected.
There is a codesandbox link containing the reproducing code. You can view the rendering changes by commenting out the code.
The text was updated successfully, but these errors were encountered:
@Alecyrus
In the case of doctype, a space appears to appear at the bottom of the item.
It is recommended to remove it using display: flex or font-size: 0.
display: flex
font-size: 0
Sorry, something went wrong.
No branches or pull requests
If you add code in the HTML head, the spacing between each line in the rendering result will increase slightly, as shown in the following image.
However, once you comment out the code, the spacing between each image remains consistent as expected.
There is a codesandbox link containing the reproducing code. You can view the rendering changes by commenting out the code.
The text was updated successfully, but these errors were encountered: