From 86ba7535c4c20ef8c4830dbef05db5a432cbb8eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Thu, 10 Oct 2024 01:16:31 +0200 Subject: [PATCH] pl-fe: Restore margin-top for reactions list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- .../src/features/ui/components/modals/reactions-modal.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 07d06894f..d3d9d7158 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 @@ -88,10 +88,9 @@ const ReactionsModal: React.FC = ({ onClos {reactions.size > 0 && renderFilterBar()} 0, })} - listClassName='max-w-full' itemClassName='pb-3' style={{ height: 'calc(80vh - 88px)' }} estimatedSize={42}