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
I simply figured it out. Just put the important rule in fullcalendar.css
height: 50px !important;
Cheers!