mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 12:47:45 +02:00
CardPresenter always shrink (#9513)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user