-
What version of Tailwind CSS are you using? latest CDN, I can't determine the version from looking at the source What build tool (or framework if it abstracts the build tool) are you using? not sure... zola with https://github.com/cx48/BelResume , which has a <script src="https://cdn.tailwindcss.com"></script> in the head element but no reference to What version of Node.js are you using? What browser are you using? What operating system are you using? Reproduction URL https://play.tailwindcss.com/zKX31gnKC0 Describe your issue Sometimes there's a non-breaking space after a |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
https://css-tricks.com/everything-you-need-to-know-about-the-gap-after-the-list-marker/ |
Beta Was this translation helpful? Give feedback.
-
Seems to be because you have whitespace after the opening |
Beta Was this translation helpful? Give feedback.
I'd say it is a deviation in Firefox relative to Chrome with regards to
list-style-position: inside
: https://jsfiddle.net/4wpuLso1/So in reference to your original Play, I'd remove
list-inside
and increase the left padding instead: https://play.tailwindcss.com/zYxORvWt8u