Skip to content

Commit

Permalink
fix modal width
Browse files Browse the repository at this point in the history
  • Loading branch information
chuyouchia committed May 2, 2024
1 parent cbf61c7 commit 0a51896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Chat/AddContextFiltersModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const AddContextFiltersModal: React.FC<Props> = ({

return (
<Modal isOpen={isOpen} onClose={onClose}>
<div className="ml-6 mt-2 mb-6 h-full">
<div className="ml-6 mt-2 mb-6 h-full w-[600px]">
<SearchBarWithFilesSuggestion
vaultDirectory={vaultDirectory}
titleText={titleText}
Expand Down

0 comments on commit 0a51896

Please sign in to comment.