Events text

The events text is cut off as in the attached image. I have been looking for a css entry to correct this but haven’t been able to find it or to add a height: entry. Any idea where i can increase the height.


Most probably you have some global style on the page, which defines line-text for all html element.

Height of bar can be changed by

scheduler.xy.bar_height = 30;

Yes I did not think of the template style. Resolved. Thank you.