-
Notifications
You must be signed in to change notification settings - Fork 975
Open
Description
Is your feature request related to a problem? Please describe.
Something similar was requested in #876, which amounts to trying to add an mj-spacer
in between 2 mj-section
elements.
This is not guaranteed to work (even if it appears to work in my VSCode preview), but I don't think there's currently a good way to add spacing in between sections otherwise.
Describe the solution you'd like
I'd like to be able to (somehow) add spacing between sections. Perhaps even something like this (not exactly this terminology) could work:
<mj-list spacing="10">
<mj-section />
<mj-section />
</mj-list>
Describe alternatives you've considered
It's possible to add a border-bottom="10px solid #fff"
to the bottom of the section, but that's not a great solution either.
Metadata
Metadata
Assignees
Labels
No labels