diff --git a/css/fullcalendar.scss b/css/fullcalendar.scss index 00ea301b9..9d754b1fe 100644 --- a/css/fullcalendar.scss +++ b/css/fullcalendar.scss @@ -199,6 +199,16 @@ } } +// Fix week view +.fc-col-header-cell { + word-break: break-word; + white-space: normal; +} +.fc-timeGridWeek-view .fc-daygrid-more-link { + word-break: break-all; + white-space: normal; +} + .fc-v-event { min-height: 4em; }