diff --git a/css/fullcalendar.scss b/css/fullcalendar.scss index fde3bf516..ff5f572d1 100644 --- a/css/fullcalendar.scss +++ b/css/fullcalendar.scss @@ -206,3 +206,18 @@ .fc-v-event.fc-timegrid-event-condensed { min-height: 2em; } + +// Fix Month view +.fc-dayGridMonth-view { + .fc-daygrid-more-link { + word-break: break-word; + white-space: normal; + } + .fc-daygrid-day-frame { + min-height: 150px !important; + } +} +.fc-daygrid-day-events { + position:relative !important; +} +