.e-schedule .e-vertical-view .e-time-cells-wrap table td, .e-schedule .e-vertical-view .e-work-cells {
height: 22px;
}
.e-schedule .e-vertical-view .e-date-header-wrap table col,
.e-schedule .e-vertical-view .e-content-wrap table col {
width: 44px;
}
.e-schedule .e-vertical-view .e-time-cells-wrap table td,
.e-schedule .e-vertical-view .e-work-cells {
height: 22px;
}
.e-schedule .e-month-view .e-work-cells,
.e-schedule .e-month-view .e-date-header-wrap table col {
width: 44px;
}
.e-schedule .e-month-view .e-work-cells {
height: 44px;
}
.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: 36px;
} |
.schedule-cells.e-schedule .e-vertical-view .e-time-cells-wrap table td,
.schedule-cells.e-schedule .e-vertical-view .e-work-cells {
height: 15px;
}
.e-schedule .e-vertical-view .e-time-cells-wrap table td,
.e-schedule .e-vertical-view .e-work-cells {
font-size: 9px;
} |
Thanks for your update.We have prepared the sample to customize the cell height to 15px as below.
.schedule-cells.e-schedule .e-vertical-view .e-time-cells-wrap table td,.schedule-cells.e-schedule .e-vertical-view .e-work-cells {height: 15px;}.e-schedule .e-vertical-view .e-time-cells-wrap table td,.e-schedule .e-vertical-view .e-work-cells {font-size: 9px;}In the above sample we have also customized the left time column font size to prevent misalignment. On further reducing the height, we need to customize the other elements to prevent misalignment and to avoid this burden at your end, we recommend to customize the cell height greater than its minimum height.Regards,Karthi