Is there a way to change Event high on scheduler?

Is there a way to change Event high on scheduler?

the high is allways 1.5em,
can i change this?

Hi @Wolfgang_Schorge,

At the moment this isn't very easy. You can either try increasing the font-size:

.rz-event {
    font-size: 18px;
} 

or override the height with the important attribute (which may mess the layout a bit):

.rz-event {
    height: 20px !important
}

Thank you, this works

it is probably the only way, I hope for improvement