Reputation: 1022
If I set an end
time to an event, then the plugin draws the event rubric in accordance with it. Problem is, if event is too short, user can't read the title...
How can I make it "override" the end
time in these cases and display the full title?
Upvotes: 0
Views: 103
Reputation: 26
In Agenda view you can use agendaEventMinHeight to get your desired result. You won't actually override the end time, but directly override the size of the event-box.
https://fullcalendar.io/docs/agendaEventMinHeight
Upvotes: 1