Merge pull request #6607 from menloresearch/fix/projects-left-panel-title
fix: projects title long name
This commit is contained in:
commit
39aa1c4f7e
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user