- Issue created by @heyyo
I found 2 issues regarding the styling of slots.
- If a slot not filled with any component, in the preview it's still take some place
- Some slot should not be rendered as a block, but should be inline, for example a heading component could be folowed by a badge. If in the twig we add a span(or any inline element) around the slot, the slot will be correctly inlined, but this span is not always desired. And without this extra wrapper (span), the slot is rendered as a block (full width of the container)
Active
0.0
… to be triaged