I am using FullCalendar to display some events, but it is clipping the name of the event in week and day mode.
It appears fullcalendar is setting the height of the f
My solution is more of a work-around for the issue than an actual solution. When setting the events, add \r\n in the title attribute to space it out a bit more.
I spent a bit of time going through the js file to try and adjust how the height is calculated, but due to the switching of views, it got a bit messy.
This will increase the height of the event without messing around with the positioning/css.