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