Skip to content

Commit

Permalink
fix drawer width
Browse files Browse the repository at this point in the history
  • Loading branch information
nicarq committed Jan 4, 2025
1 parent d027874 commit a8f55b7
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ const VectorFSDrawer = () => {
>
<SheetContent
className={cn(
activeDrawerMenuOption === VectorFsGlobalAction.CreateTextFile
? 'max-w-2xl'
activeDrawerMenuOption === VectorFsGlobalAction.CreateTextFile ||
activeDrawerMenuOption === VectorFsItemAction.Edit
? 'max-w-[85%]'
: 'max-w-md',
)}
>
Expand Down

0 comments on commit a8f55b7

Please sign in to comment.