Calendar module [description] behaviour

Hi

I’m trying to implement a calendar that uses Google Calendar ical as a feed.
It works otherwise as expected, but in the description if I use enter to get a new line, it does not work in Xibo, everything is just one long line.
I checked the raw ical feed, and the enter press is indeed there (as an \n) but this does not cause Xibo to break the line.
Is there something I have overlooked or is this just not implemented?
I’m using Xibo cloud CMS Version 2.3.7

Regards,
Tobbe

Update:
I found a workaround. I used

white-space: pre-line;

to force it to respect the \n (I checked the source code, the \n linebreak is there)
Hopefully this will help someone

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.