In a feedback portal, I want to trim the description to max 2 lines of text. This works perfectly with my CSS, but Mendix applies a "white-space: pre-line;" to every text object. My CSS:
A screenshot of the unwanted white-space:
As you can see, I've tried to overwrite the white-space property to normal, but it will still overwrite to pre-line.
Any ideas? :-)