From 6872e22ec570735a91c8ace10a1829d83d25a94f Mon Sep 17 00:00:00 2001 From: pallavibakale Date: Thu, 11 Jun 2026 19:46:30 -0400 Subject: [PATCH] fix: remove min-height for shorter meetings Signed-off-by: pallavibakale --- css/fullcalendar.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/css/fullcalendar.scss b/css/fullcalendar.scss index 9f25e91a09..0efc98f0c1 100644 --- a/css/fullcalendar.scss +++ b/css/fullcalendar.scss @@ -282,10 +282,6 @@ } .fc-v-event { - &.fc-timegrid-event-short { - min-height: 2em; - } - .fc-event-title { white-space: initial; }