Corrected table view width issue.
This commit is contained in:
parent
d593569ae3
commit
e88ab104be
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue