Browse Source

fix: prevent app type description from overflowing the card (#22711)

tags/1.7.0
Nite Knite 3 months ago
parent
commit
8fa3b3f931
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web/app/components/app/create-app-modal/index.tsx

+ 1
- 1
web/app/components/app/create-app-modal/index.tsx View File

> >
{icon} {icon}
<div className='system-sm-semibold mb-0.5 mt-2 text-text-secondary'>{title}</div> <div className='system-sm-semibold mb-0.5 mt-2 text-text-secondary'>{title}</div>
<div className='system-xs-regular text-text-tertiary'>{description}</div>
<div className='system-xs-regular line-clamp-2 text-text-tertiary' title={description}>{description}</div>
</div> </div>
} }



Loading…
Cancel
Save