Modify event height in Month view

In the month view, the events are shown in a line, so it only shows half of the header text in the event. You can take a look to the attached file.
Can I modify the height to fit all the text?

Thank you.

Try changing the ‘line-height’ css of the event elements. Most probably the labels are centered that way because the specified line height is too big.dhx_cal_event_clear, .dhx_cal_event_line{ line-height: 12px; }

It works!
But my problem is that the text is so bib for the event, How cani modify the text inside the event?

Thank you very much

Here is the template that returns a content for month events, you can override it in order to modify the text
docs.dhtmlx.com/scheduler/api__s … plate.html

Everything is ok, just the last details:
How can i change the font color for scheduler.templates.event_bar_text?

Thank You