diff --git a/calendar/js/et2_widget_daycol.js b/calendar/js/et2_widget_daycol.js index 4344fdc7a4..ba8d442501 100644 --- a/calendar/js/et2_widget_daycol.js +++ b/calendar/js/et2_widget_daycol.js @@ -782,7 +782,7 @@ var et2_calendar_daycol = et2_valueWidget.extend([et2_IDetachedDOM], } , '_blank'); return false; } - else if ($j(_ev.target).is(this.header)) + else if (this.header.has(_ev.target).length || this.header.is(_ev.target)) { // Click on the header, but not the title. That's an all-day non-blocking var end = this.date.getFullYear() + '-' + (this.date.getUTCMonth()+1) + '-' + this.date.getUTCDate() + 'T23:59'; diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index d80a230249..ad7f30ce3b 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -293,7 +293,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget align-items:flex-start; width: 100%; height: 100%; - min-height: 3em; + padding-bottom: 2ex; } .calendar_calDayColAllDay > .calendar_calEventBodySmall {