Notes Component - Line break issues

When adding a line break inside of a notes component it actually adds a second line break as part of the html.

what should only be a single line break turns into \n\n when viewing as JSON. In HTML, each of these lines get tagged as <p>content/p> instead of content<br>. Some how this translates as a double line break.

Very problematic in certain scenarios. See below.

2 Likes

If I may piggyback on this report, I’ve noticed inconsistencies with line breaks as well.

The title display/label seen here is fed from a template column which places the company name and the town on separate lines. On the collection label, it shows up as expected but on the detail screen it does not maintain this structure.