diff --git a/packages/pl-fe/src/features/ui/components/modals/reactions-modal.tsx b/packages/pl-fe/src/features/ui/components/modals/reactions-modal.tsx index d8791c646..978b9c696 100644 --- a/packages/pl-fe/src/features/ui/components/modals/reactions-modal.tsx +++ b/packages/pl-fe/src/features/ui/components/modals/reactions-modal.tsx @@ -84,10 +84,9 @@ const ReactionsModal: React.FC = ({ onClos {reactions.length > 0 && renderFilterBar()} 0, + listClassName={clsx('max-w-full', { + '!mt-4': reactions.length > 0, })} - listClassName='max-w-full' itemClassName='pb-3' style={{ height: reactions.length > 0 ? 'calc(80vh - 159px)' : 'calc(80vh - 88px)' }} isLoading={typeof isLoading === 'boolean' ? isLoading : true}