Open andrewleith opened 1 month ago
For some reason, in the UI a margin-bottom
is applied, but in the actual email a padding-bottom
is applied 🤷
Potential fix for email template:
table li > table {padding-bottom: 0 !important}
Potential fix for template preview in the UI:
table li > table {margin-bottom: 0 !important}
Describe the bug
When a template contains a nested list, the nested list gets extra padding/margin applied to the bottom which adds extra spacing and makes the text harder to read and understand.
Example template:
Bug Severity
SEV-4 Low
To Reproduce
Steps to reproduce the behavior:
Expected behavior
There should be no extra spacing after the nested list
Screenshots
Current display:
Expected display:
Additional context
https://cds-snc.freshdesk.com/a/tickets/19430