I have seen that there is a option for line height in email template. But it does not work on paragraph spacing. It would nice to have because right now I think paragraph spacing are big.
Announcement
Collapse
No announcement yet.
Paragraph Spacing.
Collapse
X
-
minhaj,
If I understood you correctly, you can try not a paragraph (which is responsible for pressing Enter), but a new line (which is responsible for pressing Shift+Enter).
you can also switch to Code View </> and check where you have setCode:<p>text</p>
Code:<br>text
- Likes 1
-
i was wondering why when selecting a paragraph and choosing a line height it doesn't apply? i have tested this but never worked is there any reason why ?
thanks
The current editor is built-in, it is taken from the text editing library. And in this library, it was not possible to distinguish the height of the next line <br>, if we specified the Line Height of the entire paragraph <p></p>.
That is why, when using Line Height in the current editor, it is necessary to use <p></p> for lines with different heights.
Comment
Comment