From 7ae9fb58f3fb960064d73eb1cb823eb135516112 Mon Sep 17 00:00:00 2001 From: joseplayero Date: Wed, 10 Jul 2024 23:12:31 +0100 Subject: [PATCH] fix flashcards width --- src/components/Flashcard/FlashcardsCore.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Flashcard/FlashcardsCore.tsx b/src/components/Flashcard/FlashcardsCore.tsx index 7a17af8f..b9c5abc9 100644 --- a/src/components/Flashcard/FlashcardsCore.tsx +++ b/src/components/Flashcard/FlashcardsCore.tsx @@ -42,8 +42,8 @@ export const FlashcardCore = ({ flipDirection="vertical" > {flashcardQAPairs[currentSelectedFlashcard].isFlipped && ( // this boolean is required to ensure that we check the flipped boolean to prevent the answer from leaking