From 1b408c80659daf978482c0c556b9cd22d58ac3e5 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Thu, 23 May 2024 13:50:54 +0200 Subject: [PATCH] Remove margin from virtuoso list item margin breaks virtuosos height calculation --- src/components/chapter/ChapterCard.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/chapter/ChapterCard.tsx b/src/components/chapter/ChapterCard.tsx index 4ebc1a67..5ec3043a 100644 --- a/src/components/chapter/ChapterCard.tsx +++ b/src/components/chapter/ChapterCard.tsx @@ -82,11 +82,10 @@ export const ChapterCard: React.FC = (props: IProps) => {
  • {(popupState) => ( - <> + @@ -165,7 +164,7 @@ export const ChapterCard: React.FC = (props: IProps) => { )} )} - + )}