{
deckFormStore.editCardFormById(cardForm.id);
}}
@@ -99,13 +97,14 @@ export const CardList = observer(() => {
// If the card content is too big then hide it
maxHeight: 120,
overflow: 'hidden',
+ ...tapScale,
})}
>
{removeAllTags(cardForm.front.value)}
{removeAllTags(cardForm.back.value)}
-
+
))}