mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-25 22:25:51 +03:00
[GH-ISSUE #195] Wrong margin for bulletList #73
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/maily.to#73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bernaferrari on GitHub (May 1, 2025).
Original GitHub issue: https://github.com/arikchakma/maily.to/issues/195
github.com/arikchakma/maily.to@b3a6a29b4a/packages/render/src/maily.tsx (L957)This should be:
The margin needs to be in container, not un ul, so that if there is a divider, the margin from divider compensates with the margin from bullet list. For example:
Preview (see how the divider margin doesn't touch the bullet list):

Editor (see how bullet list is glued with divider margin):

@bernaferrari commented on GitHub (May 1, 2025):
Same on
orderedList