Skip to content

Commit a931553

Browse files
fix(tables): wrap enrichment catalog descriptions instead of truncating
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 3306c90 commit a931553

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/app/workspace/[workspaceId]/tables/[tableId]/components/enrichments-sidebar/enrichments-sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function EnrichmentsSidebarBody({
140140
<span className='truncate font-medium text-[var(--text-primary)] text-small'>
141141
{enrichment.name}
142142
</span>
143-
<span className='truncate text-[var(--text-tertiary)] text-caption'>
143+
<span className='whitespace-normal break-words text-[var(--text-tertiary)] text-caption'>
144144
{enrichment.description}
145145
</span>
146146
</span>

0 commit comments

Comments
 (0)