Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit 0370b87

Browse files
committed
✨ Flex-1 instead of grow
1 parent 551caae commit 0370b87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

next/src/components/console/ChatWindow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const ChatWindow = ({
7474
return (
7575
<div
7676
className={clsx(
77-
"border-translucent flex-grow flex-col rounded-2xl border-2 border-white/20 bg-zinc-900 text-white shadow-2xl drop-shadow-lg xl:flex",
77+
"border-translucent flex-1 flex-col rounded-2xl border-2 border-white/20 bg-zinc-900 text-white shadow-2xl drop-shadow-lg xl:flex",
7878
className,
7979
visibleOnMobile ? "flex" : "hidden"
8080
)}

0 commit comments

Comments
 (0)