The default theme uses "display: flex" and "align-items: center" to center the Scheduler event content vertically.
You can override it using the following CSS:
.scheduler_default_event_inner {
align-items: start;
}
To read more about the CSS classes used by the Scheduler component, please see:
https://doc.daypilot.org/scheduler/css-classes/