The time labels are cut off in my scheduler. In all views (year, month etc). Please see attached screenshots.
I have made fonts smaller and it makes no difference. Is there a style I can attach to making the area larger or something?
Thanks for any help!!
Hi,
seems like some style on your page defines a line-height for all elements. Try adding following css:.dhx_cal_event_clear div,
.dhx_cal_event_line div,
.dhx_cal_event div {
line-height: normal;
}
Thanks!! That worked great on the Week View, I need to make it a little bigger but now I can figure that out. Trouble is the problem still exists on the month view, is there a page that lists the css styles for each view? Would you have any ideas?
Cheers and thanks again!