From 98770a3645d6d3f8627c2934ed47c9b3ed73676e Mon Sep 17 00:00:00 2001 From: DorraJaouad Date: Sat, 2 Dec 2023 19:33:28 +0100 Subject: [PATCH] fix(SetContacts ): add min height Signed-off-by: DorraJaouad --- .../ContactSelectionBubble/ContactSelectionBubble.vue | 1 + 1 file changed, 1 insertion(+) 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; }