Skip to content

Commit eea64e4

Browse files
committed
fix message width change
1 parent f254715 commit eea64e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Your ultimate companion in navigating the academic landscape of Stanford.`,
5252

5353
return (
5454
<main className="relative max-w-screen-md p-4 md:p-6 mx-auto flex min-h-lvh !pb-[240px] overflow-y-scroll">
55-
<div className="">
55+
<div className="w-full">
5656
{messages.map((message: MessageProps) => {
5757
return <Message key={message.id} {...message} />;
5858
})}

0 commit comments

Comments
 (0)