fix: padding off event user avatar (#12733)

This commit is contained in:
Amit Sharma 2023-12-14 09:46:19 +05:30 committed by GitHub
parent 456adea570
commit 60700e1a7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -403,7 +403,7 @@ export const EventTypeList = ({ group, groupIndex, readOnly, types }: EventTypeL
<div className="flex justify-between space-x-2 rtl:space-x-reverse">
{type.team && !isManagedEventType && (
<UserAvatarGroup
className="relative right-3 top-1"
className="relative right-3"
size="sm"
truncateAfter={4}
users={type?.users ?? []}
@ -411,7 +411,7 @@ export const EventTypeList = ({ group, groupIndex, readOnly, types }: EventTypeL
)}
{isManagedEventType && type?.children && type.children?.length > 0 && (
<AvatarGroup
className="relative right-3 top-1"
className="relative right-3"
size="sm"
truncateAfter={4}
items={type?.children