Corrected table view width issue.

This commit is contained in:
Alex Tselegidis 2016-07-23 15:30:34 +02:00
parent d593569ae3
commit e88ab104be
1 changed files with 1 additions and 1 deletions

View File

@ -682,7 +682,7 @@ window.BackendCalendarTableView = window.BackendCalendarTableView || {};
width += $(dateColumn).outerWidth();
});
$('.calendar-view > div').css('min-width', width + 50);
$('.calendar-view > div').css('min-width', width + 200);
var dateColumnHeight = $('.date-column').outerHeight();