diff --git a/src/components/LeftSidebar/NewGroupConversation/SetContacts/ContactSelectionBubble/ContactSelectionBubble.vue b/src/components/LeftSidebar/NewGroupConversation/SetContacts/ContactSelectionBubble/ContactSelectionBubble.vue index ec546b73e2c..257aed7ea40 100644 --- a/src/components/LeftSidebar/NewGroupConversation/SetContacts/ContactSelectionBubble/ContactSelectionBubble.vue +++ b/src/components/LeftSidebar/NewGroupConversation/SetContacts/ContactSelectionBubble/ContactSelectionBubble.vue @@ -96,6 +96,7 @@ $bubble-height: 24px; background-color: var(--color-primary-light); border-radius: $bubble-height; height: $bubble-height; + overflow: hidden; &__avatar { margin-right: 4px; }