svelteuidev / svelteui

SvelteUI Monorepo
https://svelteui.dev
MIT License
1.27k stars 63 forks source link

`Card` don't have gap between items #397

Closed notramo closed 1 year ago

notramo commented 1 year ago

What package has an issue

@svelteuidev/core

A clear and concise description of what the bug is

Card component is missing vertical gap. The documentation example looks correct in my browser: image but when copy-pasting the example code to a local project, it looks like this: image

In which browser(s) did the problem occur?

Firefox

Steps To Reproduce

Copy-paste the example code in the documentation to a local project.

Do you know how to fix the issue

No

Are you willing to participate in fixing this issue and create a pull request with the fix

No

Relevant Assets

No response

BeeMargarida commented 1 year ago

That's a case of simplification that we make on the docs so that the examples are not too verbose. The code used can be seen here. We already have an issue to add a link to the demo code in the docs - https://github.com/svelteuidev/svelteui/issues/232