Scheduler -

Hi guys,
it's possible to insert tag \n or html <br > to wrap the text inside scheduler slot?
I tried with either (\n) (Envirovment.NewLine) ("< br / >") but the text not wrapped into 2 lines.
It's possible to do or not?
Tks very much.

I'all attach image

.
img

Retry with something like this:

@((MarkupString)"<br />")

Or do it with css property (like display:flex).

Maybe can be helpful if u give us ur template code