Hi M.Vinitha devi,
We have reduced the height of the events.
Also, in our use case you cannot create an event on a time that already has an event.
Therefore we have no need for the bottom margin.
We just want to make the rows as compact as possible.
Here's a screenshot to give you an idea of the current view:
Is there really no way to reduce the bottom margin?
I know we can do this:
.e-schedule .e-timeline-view .e-time-cells-wrap table th,
.e-schedule .e-timeline-view .e-work-cells,
.e-schedule .e-timeline-view .e-resource-cells {
height: 36px !important;
}
But this doesn't take auto row height in account.
Also, when you disable auto row height with this CSS selector, it will not show any events, only "n more".
Even though the events with reduced height will fit in this height.
Any help would be greatly appreciated.