Issue 2309: Event is AllDayEvent Height
Status:  Done
Owner: ----
Closed:  Oct 2014
Reported by cumulus01, Oct 7, 2014
is there a way to set the height of the appointments in the AllDay event slot so that it is the same height as the allDay event slot???

Oct 30, 2014
Project Member #1 adamrs...@gmail.com
if you want to "shrink-wrap" the events in the all-day slot to the dimensions of the slot, you can achieve this through CSS. Roughly...

removing the padding-bottom on this element:
      .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton

removing the min-height on this element:
      .fc-agenda-view .fc-day-grid .fc-row
Status: Done