Corrected not-working columns height in table calendar view.

This commit is contained in:
Alex Tselegidis 2016-07-20 22:09:28 +02:00
parent d5544d0044
commit f4e4b3eb61
1 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@ window.BackendCalendarTableView = window.BackendCalendarTableView || {};
$('.calendar-view > div').css('min-width', width + 50);
$('.calendar-view .not-working').outerHeight(height - 70);
$('.calendar-view .not-working').outerHeight($('.date-column').outerHeight() - 70);
}