Skip to content

Commit

Permalink
reverted change to not conflict with other PR
Browse files Browse the repository at this point in the history
  • Loading branch information
perstarkse committed Feb 17, 2024
1 parent 1b67183 commit 0b30773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/chat/chat-ui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export const ChatUI: FC<ChatUIProps> = ({}) => {
<div ref={messagesEndRef} />
</div>

<div className="relative w-[350px] items-end pb-8 pt-5 sm:w-[400px] md:w-[500px] lg:w-[660px] xl:w-[800px]">
<div className="relative w-[300px] items-end pb-8 pt-5 sm:w-[400px] md:w-[500px] lg:w-[660px] xl:w-[800px]">
<ChatInput />
</div>

Expand Down

0 comments on commit 0b30773

Please sign in to comment.