Using custom events in an Angular 18 implementation, I am running into an issue when displaying multiple calendar events on each day in the month view. Some days will display 5 items, others 4, and others only 3 before the remaining items are moved into the “more” popup. This calculation is all done internal, as far as I can tell, and I’m not sure what would affect this to behave this way.
What would cause calendar days to think they don’t have enough space to display the same number of events on each day and push them into the more menu prematurely?
I am seeing this, as an example: