mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-15 02:20:52 +02:00
add basic table wrapping (#1791)
This commit is contained in:
parent
7c8f8dba17
commit
aa0f7abdac
@ -111,8 +111,10 @@ export function SingleUseConnectorsTable<
|
|||||||
</TableCell>
|
</TableCell>
|
||||||
)}
|
)}
|
||||||
{specialColumns?.map(({ key, getValue }) => (
|
{specialColumns?.map(({ key, getValue }) => (
|
||||||
<TableCell key={key}>
|
<TableCell className="max-w-sm" key={key}>
|
||||||
{getValue(connectorIndexingStatus)}
|
<div className="break-words whitespace-normal">
|
||||||
|
{getValue(connectorIndexingStatus)}
|
||||||
|
</div>
|
||||||
</TableCell>
|
</TableCell>
|
||||||
))}
|
))}
|
||||||
<TableCell>
|
<TableCell>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user