From 5198e8883449f27767db8163a45921b82022e7f7 Mon Sep 17 00:00:00 2001 From: Grigory Vodyanov Date: Wed, 18 Sep 2024 17:02:06 +0200 Subject: [PATCH] style(fullCalendar): make weekly events slightly shorter Signed-off-by: Grigory V --- css/fullcalendar.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/css/fullcalendar.scss b/css/fullcalendar.scss index 1e955bc2e..10bc0d22c 100644 --- a/css/fullcalendar.scss +++ b/css/fullcalendar.scss @@ -240,8 +240,6 @@ } .fc-v-event { - min-height: 4em; - &.fc-timegrid-event-short { min-height: 2em; } @@ -276,3 +274,8 @@ .fc-timegrid-axis.fc-scrollgrid-shrink { height: 65px; } + +.fc-timegrid-event-harness, .fc-timegrid-event { + // previously was 1px for no apparent reason + margin-bottom: 0; +}