mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 17:07:13 +00:00
fix filerow overflow
This commit is contained in:
parent
dde8bc238b
commit
0c32b31f3a
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export default function WorkspaceFileRow({
|
|||
weight="fill"
|
||||
/>
|
||||
<p className="whitespace-nowrap overflow-hidden text-ellipsis">
|
||||
{middleTruncate(item.title, 60)}
|
||||
{middleTruncate(item.title, 50)}
|
||||
</p>
|
||||
</div>
|
||||
<div className="col-span-2 flex justify-end items-center">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue