diff --git a/client/ui/chat/MessageContainer.jsx b/client/ui/chat/MessageContainer.jsx index edcc26c..03e7726 100644 --- a/client/ui/chat/MessageContainer.jsx +++ b/client/ui/chat/MessageContainer.jsx @@ -9,6 +9,7 @@ export default function MessageContainer({ children, style, ...props } = {}) { flexDirection: 'column', justifyContent: 'flex-end', alignItems: 'center', + marginBottom: '10px', ...style, }} {...props}>