From a734165169f67e5705a00fca15909a99387cbea7 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 27 Dec 2018 09:11:49 -0600 Subject: [PATCH] fix Calendar - Long titles now overlap 'files bar' --- airtime_mvc/public/css/fullcalendar.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/airtime_mvc/public/css/fullcalendar.css b/airtime_mvc/public/css/fullcalendar.css index b6cc9f578..58c7b631a 100644 --- a/airtime_mvc/public/css/fullcalendar.css +++ b/airtime_mvc/public/css/fullcalendar.css @@ -314,9 +314,12 @@ a.fc-event { .fc-event-time, .fc-event-title { padding: 0 1px; +} +.fc-view-month .fc-event-time, +.fc-view-month .fc-event-title { height: 12px; } - + .fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anymore, change class ***/ display: block; position: absolute;