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 fc-event div to 12px, but I need it to be 20px:
<div class="fc-event fc-event-skin fc-event-vert fc-corner-top fc-corner-bottom"
style="position: absolute; z-index: 8; top: 314px; left: 441px;
background-color: green; color: white;
width: 112.94999999999999px; height: 12px; ">
Is it possible to set the height of the fc-event div?