From 6ee289dcfcd69401a79d525cfb4e63192f295ded Mon Sep 17 00:00:00 2001 From: szaimen Date: Wed, 28 Jul 2021 17:17:58 +0200 Subject: [PATCH] fix month view Signed-off-by: szaimen --- css/fullcalendar.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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; +} +