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
try this
.fc-time-grid .fc-slats td { height: 20px !important; }