diff --git a/src/components/LeftSidebar/ConversationsList/Conversation.vue b/src/components/LeftSidebar/ConversationsList/Conversation.vue
index 786e0f6e3b9..b5dbe66a67a 100644
--- a/src/components/LeftSidebar/ConversationsList/Conversation.vue
+++ b/src/components/LeftSidebar/ConversationsList/Conversation.vue
@@ -23,13 +23,6 @@
force-menu
:compact="compact"
@click="onClick">
-
-
-
- {{ iconType.text }}
-
- {{ item.displayName }}
-
+
+
+
+ {{ iconType.text }}
+
+ {{ item.displayName }}
+
@@ -571,6 +571,12 @@ export default {
}
}
+.text {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}
+
:deep(.dialog) {
padding-block: 0 8px;
padding-inline: 12px 8px;