Add ability to use gap and divide-y together #14039
ibrkljacic
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice if the gap + divide-y would work properly.
e.g.
className="grid gap-4 divide-y divide-gray-100"
I would expect something like this:
element1 - gap - separator - gap - element2 - ...
But unfortunately I get this:

Beta Was this translation helpful? Give feedback.
All reactions