Skip to content

Commit

Permalink
fix(chat): improve container spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Dec 26, 2024
1 parent 6beeb33 commit 0e805d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const ChatConversationWithSidebar = memo(({ chat, initialMessages }: Prop
const heightClassName = 'h-[calc(100vh-190px)]';

return (
<div className="flex gap-6 mx-auto max-w-7xl">
<div className="flex gap-6 mx-auto">
<ChatConversationPanel
className={heightClassName}
chat={chat}
Expand Down

0 comments on commit 0e805d2

Please sign in to comment.