Przeglądaj źródła

fix: app description too long break ui (#21491)

tags/1.5.0
Joel 4 miesięcy temu
rodzic
commit
9ad3553d7f
No account linked to committer's email address
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      web/app/components/app-sidebar/app-info.tsx

+ 1
- 1
web/app/components/app-sidebar/app-info.tsx Wyświetl plik

</div> </div>
{/* description */} {/* description */}
{appDetail.description && ( {appDetail.description && (
<div className='system-xs-regular overflow-wrap-anywhere w-full max-w-full whitespace-normal break-words text-text-tertiary'>{appDetail.description}</div>
<div className='system-xs-regular overflow-wrap-anywhere max-h-[105px] w-full max-w-full overflow-y-auto whitespace-normal break-words text-text-tertiary'>{appDetail.description}</div>
)} )}
{/* operations */} {/* operations */}
<div className='flex flex-wrap items-center gap-1 self-stretch'> <div className='flex flex-wrap items-center gap-1 self-stretch'>

Ładowanie…
Anuluj
Zapisz