How to set line spacing in email notifications?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2024 05:57 PM
Dear All,
I have received a requirement to set line spacing as 1:1.5 in the email notification. I tried to explore various options available under 'Message HTML' field but could not find out any to set line spacing.
Does anyone know if we can set line spacing in the email notifications?
Thanks & Regards,
Gulzar Manuja
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2024 10:43 PM
Hi @Gulzar Manuja2 ,
You can add a css property in the HTML field, below are the steps:
1. Click on the <> icon
2. Add the below css in the html tag
style="line-height: 1.5;"
If this solution helps you then, mark it as accepted solution ✔️ and give thumbs up 👍!