We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
v0.5.2
v16.4.2
Chrome
macOS
https://play.tailwindcss.com/uj1vGACRJA
NB: I used the official Typography demo URL as the "Reproduction repository," and the screenshots below are taken from that demo.
In the base .prose, there's a lot of space between image and figcaption in a figure:
.prose
I believe this is not intended, as with .prose-lg it looks like this:
.prose-lg
I think there's a zero-vertical-margin rule on the image that's losing the specificity battle in .prose but winning it in .prose-lg.
The text was updated successfully, but these errors were encountered:
Somehow related to the same spacing issue, I'm adding this here, while we're at it.
When using the picture tag inside figure, which should be common practice, prose does not apply its classes to figure, img and figcaption.
picture
figure
img
figcaption
<figure> <picture> <source type="image/webp" sizes="100vw" srcset="..." /> <img src="..." srcset="..." sizes="100vw" /> <figcaption>...</figcaption> </picture> </figure>
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
What version of @tailwindcss/typography are you using?
v0.5.2
What version of Node.js are you using?
v16.4.2
What browser are you using?
Chrome
What operating system are you using?
macOS
Reproduction repository
https://play.tailwindcss.com/uj1vGACRJA
Describe your issue
NB: I used the official Typography demo URL as the "Reproduction repository," and the screenshots below are taken from that demo.
In the base
.prose
, there's a lot of space between image and figcaption in a figure:I believe this is not intended, as with
.prose-lg
it looks like this:I think there's a zero-vertical-margin rule on the image that's losing the specificity battle in
.prose
but winning it in.prose-lg
.The text was updated successfully, but these errors were encountered: