From 0179fbae404ae6b5356e93dbb8351f2bc112edb3 Mon Sep 17 00:00:00 2001 From: szaimen Date: Wed, 28 Jul 2021 16:04:59 +0200 Subject: [PATCH] fix list table Signed-off-by: szaimen --- css/fullcalendar.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/fullcalendar.scss b/css/fullcalendar.scss index 591fae15d..fde3bf516 100644 --- a/css/fullcalendar.scss +++ b/css/fullcalendar.scss @@ -98,6 +98,12 @@ } } +// Fix list table +.fc-list-table td { + white-space: normal; + word-break: break-word; +} + // Fix right border on today not being visible in month and week view when using Firefox .fc .fc-daygrid-day.fc-day-today, .fc .fc-timegrid-col.fc-day-today {