From 0dad0f80adc223418909783cd9a0dced79ae99a8 Mon Sep 17 00:00:00 2001 From: Grigory Vodyanov Date: Mon, 19 Aug 2024 17:49:07 +0200 Subject: [PATCH] fix(FullCalendar CSS): make events in weekly view have the correct width Signed-off-by: Grigory Vodyanov --- css/fullcalendar.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/fullcalendar.scss b/css/fullcalendar.scss index 572be4841..d4c5ee78e 100644 --- a/css/fullcalendar.scss +++ b/css/fullcalendar.scss @@ -235,6 +235,11 @@ } } +.fc-timegrid-event-harness-inset { + right: -0.3vw !important; + left: -0.1vw !important; +} + .fc-v-event { min-height: 4em;