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:
parent
896c66813f
commit
607e167cc3
1 changed files with 9 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue