Skip to content

Commit

Permalink
some padding
Browse files Browse the repository at this point in the history
  • Loading branch information
rschwabco committed Feb 1, 2024
1 parent 275a739 commit a730c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Chat/Messages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Messages({ messages, withContext, context }: { messages:
}

return (
<div className="rounded-lg overflow-y-scroll flex-grow flex flex-col justify-end h-full">
<div className="rounded-lg overflow-y-scroll flex-grow flex flex-col justify-end h-full pr-5">
{messages.length == 0 && (
<div className="flex h-full w-full justify-center items-center">
<div className="text-center">
Expand Down

0 comments on commit a730c7d

Please sign in to comment.