diff --git a/client/modules/crm/src/views/calendar/calendar.js b/client/modules/crm/src/views/calendar/calendar.js index 23f8c72074..83d6d4aba8 100644 --- a/client/modules/crm/src/views/calendar/calendar.js +++ b/client/modules/crm/src/views/calendar/calendar.js @@ -669,10 +669,10 @@ Espo.define('crm:views/calendar/calendar', ['view', 'lib!full-calendar'], functi if (event.userIdList) { event.userIdList.forEach(function (userId) { var userName = event.userNameMap[userId] || ''; - var avatarHtml = this.getHelper().getAvatarHtml(userId, 'small', 14); + var avatarHtml = this.getHelper().getAvatarHtml(userId, 'small', 13); if (avatarHtml) avatarHtml += ' '; - var $div = $('