I found that events displaying will cut off if it has long texts, can I show it on next line? I tried to redefine to nowrap to wrap.
.dhx_cal_event_clear{
…
white-space:wrap;
…
}
but it doesn’t work?
Could you know how to do it?
Thanks