mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-22 16:02:54 +03:00
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();
|
width += $(dateColumn).outerWidth();
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.calendar-view > div').css('min-width', width + 50);
|
$('.calendar-view > div').css('min-width', width + 200);
|
||||||
|
|
||||||
var dateColumnHeight = $('.date-column').outerHeight();
|
var dateColumnHeight = $('.date-column').outerHeight();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue