mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Truncate titles in taskdrawer (#84)
This commit is contained in:
parent
9fd31aaf6c
commit
2b9e057d9b
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ function DrawerTitle({
|
|||
return (
|
||||
<DrawerPrimitive.Title
|
||||
data-slot="drawer-title"
|
||||
className={cn('text-foreground font-semibold', className)}
|
||||
className={cn('text-foreground font-semibold line-clamp-2', className)}
|
||||
{...props}
|
||||
/>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue