Skip to content

Commit

Permalink
refactor: update system message margin to improve style
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Oct 27, 2024
1 parent 16086d1 commit 712f87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/web/src/components/ChatBox/ChatMessageList/Item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ const SystemMessage: React.FC<ChatMessageItemProps> = React.memo(
({ payload }) => {
return (
<div className="text-center">
<div className="bg-black bg-opacity-20 rounded inline-block py-0.5 px-2 my-1 text-sm">
<div className="bg-black bg-opacity-20 rounded inline-block py-0.5 px-2 my-1 mx-2 text-sm">
{payload.content}
</div>
</div>
Expand Down

0 comments on commit 712f87d

Please sign in to comment.