Text wrap in calendar

This is the picture from you site , as it looks from my side
It seems that both multi-day and single day events has correctly new-line for the text
Am I missing something?


Hmm, you’re right.

I don’t know what I did wrong. Sorry for this last bit.

It’s all working fine now, thanks :slight_smile:

I am deeply grateful for your assistance.

Hello, I have the same problem with text wrapping in month view in this version of scheduler: joomla_com_scheduler_v23.zip

I added this to the end of dhtmlxscheduler.js:
scheduler.xy.bar_height = 40;

and this code the end of dhtmlxscheduler.css:
.dhx_cal_event_line{
height:37px;
white-space:normal;
}
.dhx_cal_event_clear{
height:37px;
white-space:normal;
}

But there is still no text wrapping in the month view. Am I missing something? Thank you very much for your reply.

If problem is still actual - please post the link to a page, where problem can be checked