Skip to content

Commit 712f87d

Browse files
committed
refactor: update system message margin to improve style
1 parent 16086d1 commit 712f87d

File tree

1 file changed

+1
-1
lines changed
  • client/web/src/components/ChatBox/ChatMessageList

1 file changed

+1
-1
lines changed

client/web/src/components/ChatBox/ChatMessageList/Item.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ const SystemMessage: React.FC<ChatMessageItemProps> = React.memo(
234234
({ payload }) => {
235235
return (
236236
<div className="text-center">
237-
<div className="bg-black bg-opacity-20 rounded inline-block py-0.5 px-2 my-1 text-sm">
237+
<div className="bg-black bg-opacity-20 rounded inline-block py-0.5 px-2 my-1 mx-2 text-sm">
238238
{payload.content}
239239
</div>
240240
</div>

0 commit comments

Comments
 (0)