mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 16:09:31 +08:00
fix playground button on store (#2417)
* fix playground on store * [autofix.ci] apply automated fixes * Format code --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
Gabriel Luiz Freitas Almeida
parent
896c66813f
commit
607e167cc3
@ -262,7 +262,15 @@ export default function CollectionCardComponent({
|
||||
</div>
|
||||
|
||||
<CardDescription className="pb-2 pt-2">
|
||||
<div className="truncate-doubleline">{data.description}</div>
|
||||
<div
|
||||
className={
|
||||
data?.metadata !== undefined
|
||||
? "truncate"
|
||||
: "truncate-doubleline"
|
||||
}
|
||||
>
|
||||
{data.description}
|
||||
</div>
|
||||
</CardDescription>
|
||||
</CardHeader>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user