When adding text to the body area of a notification a blank line is allways inserted after every line. How can this be stopped?
Thanks
When adding text to the body area of a notification a blank line is allways inserted after every line. How can this be stopped?
Thanks
This behavior will be changed in the next release.
Since we are still waiting for this, I have a work around I'll share:
Create a multi-line variable and just put a new line in it. Use that insert that variable anytime you want a "single spaced" newline. I label the variable '\n', which is a programming symbol for a newline.