Skip to content

Commit 72a5d7c

Browse files
committed
Adding max size of suggested prompt to 650px to be in line with the 700px max width of the MessageWindow
1 parent d301378 commit 72a5d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/Chat/components/SuggestedPrompts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function SuggestedPrompts({
1313
onPromptClick,
1414
}: SuggestedPromptsProps) {
1515
return (
16-
<div className="items-center m-auto">
16+
<div className="items-center m-auto max-w-[650px]">
1717
<div className="flex flex-col gap-4 fade-in-up items-center">
1818
{prompts.map((prompt, idx) => (
1919
<button

0 commit comments

Comments
 (0)