CardPresenter always shrink (#9513)

This commit is contained in:
Alexander Platov
2025-07-10 09:36:53 +07:00
committed by GitHub
parent d8786a3082
commit 8fd8a3e4e8
@@ -69,7 +69,7 @@
{noSelect}
inline
component={card.component.EditCard}
shrink={kind === 'list' || shrink ? 1 : 0}
shrink={1}
title={cardObj?.title}
>
{#if shouldShowAvatar}
@@ -93,7 +93,7 @@
{noSelect}
inline
component={card.component.EditCard}
shrink={kind === 'list' || shrink ? 1 : 0}
shrink={1}
title={cardObj?.title}
>
{#if shouldShowAvatar}