unwanted line breaks in notifications

jean-pauldehaas
Tera Guru

Hi,

 

we get these unwanted line breaks in our e-mail notifications

find_real_file.png

has anyone experienced and solved this before ?

1 ACCEPTED SOLUTION

@Jean-Paul de Haas yes correct so in the source code of the message body if this CSS property is there it will break the lines

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

View solution in original post

5 REPLIES 5

Ahmed Drar
Tera Guru
Tera Guru

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