Skip to content

Commit

Permalink
chore: improve readability with set max width container message
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur authored and louis-menlo committed Aug 16, 2024
1 parent 3de7eda commit cc9d1fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const SimpleTextMessage: React.FC<ThreadMessage> = (props) => {
}, [props.content])

return (
<div className="group relative mx-auto p-4">
<div className="group relative mx-auto max-w-[700px] p-4">
<div
className={twMerge(
'mb-2 flex items-center justify-start gap-x-2',
Expand Down

0 comments on commit cc9d1fe

Please sign in to comment.