diff --git a/web/components/chat/ChatUserMessage/ChatUserMessage.module.scss b/web/components/chat/ChatUserMessage/ChatUserMessage.module.scss index 18d274fae..d7d139c75 100644 --- a/web/components/chat/ChatUserMessage/ChatUserMessage.module.scss +++ b/web/components/chat/ChatUserMessage/ChatUserMessage.module.scss @@ -29,6 +29,8 @@ $p-size: 5px; } &.ownMessage { + border-left: none; + border-right: $border-style; .background { position: absolute; z-index: -1;