Corrected not-working columns height in table calendar view.
This commit is contained in:
parent
d5544d0044
commit
f4e4b3eb61
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue