shaharsol
shaharsol

Reputation: 1022

JQuery Fullcalendar display full title despite being merely 30 minutes event

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...

enter image description here

How can I make it "override" the end time in these cases and display the full title?

Upvotes: 0

Views: 103

Answers (1)

Chris Christiansen
Chris Christiansen

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

Related Questions