- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2022 06:20 AM
Hi,
we get these unwanted line breaks in our e-mail notifications
has anyone experienced and solved this before ?
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2022 06:58 AM
explanations:
The word-break
property specifies how words should break when reaching the end of a line.
break-all:To prevent overflow, word may be broken at any character
Hope this helps
mark the answer correct if this helps you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2022 06:33 AM
Hello, view the HTML and remove any extra <br/> and also if you are using table ensure that you're not using fixed width
Thanks,
Ahmed