Scheduler cells are not aligned correctly in the Timeline View when Bootstrap Theme is used.
To reproduce the problem:
1. Open the following Scheduler Demo:
https://demos.telerik.com/blazor-ui/scheduler/overview
2. Select the Bootstrap Theme
3. Open the Timeline View
Hello Neil,
I'm sharing the findings from our private discussion here for the rest of our community.
At this point, I cannot say exactly when the bug will be fixed. In general, we are prioritizing the fixes based on the community demand along with their severity.
<style>
.k-scheduler-cell.k-side-cell{
min-width:74px !important;
}
</style>
REPL example: https://blazorrepl.telerik.com/cnaGFaYM18Ro68YN45
Regards,
Yanislav
Progress Telerik