The position and dimensions of the main event box are fixed (_event class) but it's possible to adjust the inner div (_even_inner class).
Example:
.scheduler_white_event_inner { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 5px; /* increase the space at the bottom */ ... }