fix filerow overflow

This commit is contained in:
timothycarambat 2024-06-26 21:02:04 -07:00
parent dde8bc238b
commit 0c32b31f3a

View file

@ -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">