Hello,
I’m currently modifying notification template and found there is a gap in line spacing – we would like to make it like what is showing in the preview screen, but test email was received with a bit difference in line spacing.
Is it possible to adjust the size of line spacing or add blank line between English and Japanese?
Kindly regards,
Takaki Ohashi
Hello @Takak Ohashi,
Thank you for reaching out to Atlassian Community!
When editing the notification template, you can use HTML elements to change the space between the paragraphs.
With this said, you can add one or more <br> tags to add line breaks between English and Japanese.
Please, take your time to test and let us know how it goes.
Kind regards,
Angélica
Thank you for the reply and solution. I was able to add one line space. I'm working on removing space between 1st and 2nd line of English to be same as 1st and 2nd of Japanese, which has no additional spaces. I have made the same coding that is same as Japanese one but there still have space in English. Could you suggest a way to remove the space (below in yellow)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Takak Ohashi,
I believe this is related to the paragraph tag.
Can you please remove <p> and </p> to test?
You can also remove the other ones since there are no tags opening a new paragraph and it's not the correct format.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.