-
What version of Tailwind CSS are you using? For example: v4.0.6 What browser are you using? Chrome & Firefox What operating system are you using? macOS Reproduction URL https://play.tailwindcss.com/NBr28CWOVg Describe your issue When applying ![]() |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is unfortunately how CSS works and not really much Tailwind can do about it, see:
To workaround this CSS quirk, consider setting the larger |
Beta Was this translation helpful? Give feedback.
This is unfortunately how CSS works and not really much Tailwind can do about it, see:
To workaround this CSS quirk, consider setting the larger
border-radius
to half of the element height: https://play.tailwindcss.com/Z48VD14uAr