We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16086d1 commit 712f87dCopy full SHA for 712f87d
client/web/src/components/ChatBox/ChatMessageList/Item.tsx
@@ -234,7 +234,7 @@ const SystemMessage: React.FC<ChatMessageItemProps> = React.memo(
234
({ payload }) => {
235
return (
236
<div className="text-center">
237
- <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">
238
{payload.content}
239
</div>
240
0 commit comments