add basic table wrapping (#1791)

This commit is contained in:
pablodanswer 2024-07-09 19:14:41 -07:00 committed by GitHub
parent 7c8f8dba17
commit aa0f7abdac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,8 +111,10 @@ export function SingleUseConnectorsTable<
</TableCell>
)}
{specialColumns?.map(({ key, getValue }) => (
<TableCell key={key}>
{getValue(connectorIndexingStatus)}
<TableCell className="max-w-sm" key={key}>
<div className="break-words whitespace-normal">
{getValue(connectorIndexingStatus)}
</div>
</TableCell>
))}
<TableCell>