[GH-ISSUE #189] Tiny fidelity issue on export with li/ul #295

Closed
opened 2026-03-15 02:04:49 +03:00 by kerem · 0 comments
Owner

Originally created by @bernaferrari on GitHub (Apr 21, 2025).
Original GitHub issue: https://github.com/arikchakma/maily.to/issues/189

On Maily, when I do a list-item:
Image

On export some margin appears:
Image

Probably the cause is

    [data-type="section"] {
      margin: 0;
      padding: 0;

      [data-type="section-cell"] {
        padding: 0;
        & > *:first-child {
          margin-top: 0;
        }

        & > *:last-child {
          margin-bottom: 0;
        }
      }
    }

I'm not sure it would be easy (or even worth) fixing that, since it is very minor, but just reporting so you are aware..

Originally created by @bernaferrari on GitHub (Apr 21, 2025). Original GitHub issue: https://github.com/arikchakma/maily.to/issues/189 On Maily, when I do a list-item: ![Image](https://github.com/user-attachments/assets/257846d2-01fb-4174-9de7-491981c67f6b) On export some margin appears: <img width="349" alt="Image" src="https://github.com/user-attachments/assets/fd828543-deb4-4708-ae24-d21b3e7b59e3" /> Probably the cause is ```css [data-type="section"] { margin: 0; padding: 0; [data-type="section-cell"] { padding: 0; & > *:first-child { margin-top: 0; } & > *:last-child { margin-bottom: 0; } } } ``` I'm not sure it would be easy (or even worth) fixing that, since it is very minor, but just reporting so you are aware..
kerem closed this issue 2026-03-15 02:04:55 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/maily.to#295
No description provided.