Merge pull request #6607 from menloresearch/fix/projects-left-panel-title

fix: projects title long name
This commit is contained in:
Faisal Amir 2025-09-26 13:20:54 +07:00 committed by GitHub
commit 39aa1c4f7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -431,9 +431,9 @@ const LeftPanel = () => {
>
<IconFolder
size={16}
className="text-left-panel-fg/70"
className="text-left-panel-fg/70 shrink-0"
/>
<span className="text-sm text-left-panel-fg/90">
<span className="text-sm text-left-panel-fg/90 truncate">
{folder.name}
</span>
</Link>