mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-12 13:59:35 +02:00
add basic table wrapping (#1791)
This commit is contained in:
parent
7c8f8dba17
commit
aa0f7abdac
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user