I am trying to set the row height of the timeslot in the week view of the scheduler.
I am setting
<style>
.schedule-cell-dimension.e-schedule .e-vertical-view .e-time-cells-wrap table td,
.schedule-cell-dimension.e-schedule .e-vertical-view .e-work-cells {
height: 50px !important;
}
.schedule-cell-dimension.e-schedule .e-month-view .e-work-cells {
height: 50px !important;
}
</style>
But it has no effect on the row height.
Please point me in the right direction.
Thanks