I want two dynamic text fields inside a collection list and append them as a single paragraph. Basically, I have a “glossary item” and “description” which I want to show like this.
If I show them as normal paragraphs and if a paragraph is long enough, it wraps to the second line. I don’t want them to wrap. My intuition is that making them append on the DOM will make them as a single paragraph element that would wrap as intended.