When wrapping text, does not create a new paragraph and this is normal,
But we need to set the padding between the lines in one paragraph
Here the padding is set between paragraphs:
.styled-text-area .paragraph-box .paragraph-text { -fx-padding: 10px 0px 0px 0px; }
What should I do?
When wrapping text, does not create a new paragraph and this is normal,
But we need to set the padding between the lines in one paragraph
Here the padding is set between paragraphs:
.styled-text-area .paragraph-box .paragraph-text { -fx-padding: 10px 0px 0px 0px; }What should I do?