diff --git a/webapp/packages/chat-sdk/src/Chat/Conversation/style.module.less b/webapp/packages/chat-sdk/src/Chat/Conversation/style.module.less index 80305b657..9b94867a1 100644 --- a/webapp/packages/chat-sdk/src/Chat/Conversation/style.module.less +++ b/webapp/packages/chat-sdk/src/Chat/Conversation/style.module.less @@ -1,8 +1,11 @@ .conversation { position: relative; - width: 0; + width: 248px; height: 100%; - background: #fff; + background: #f9f9f9; + padding: 10px 10px; + border-right: 1px solid #f1f1f1; + .rightSection { width: 100%;