diff --git a/src/components/xt-chat/chat-view/style.scss b/src/components/xt-chat/chat-view/style.scss index faf50ca..8f33429 100644 --- a/src/components/xt-chat/chat-view/style.scss +++ b/src/components/xt-chat/chat-view/style.scss @@ -16,16 +16,5 @@ justify-content: center; align-items: center; } - &.process-row { - position: relative; - &::after { - top: 0; - left: 0; - position: absolute; - width: 1px; - height: 100%; - background: #e6e6e8; - } - } } }