From bffc24d119ac133f937ddce76b14dfc43d6d5ebc Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Tue, 14 Jan 2025 12:48:30 +0530 Subject: [PATCH] fix(v4): Overflow issue in conversation card (#10679) --- .../Conversation/ConversationCard/ConversationCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/dashboard/components-next/Conversation/ConversationCard/ConversationCard.vue b/app/javascript/dashboard/components-next/Conversation/ConversationCard/ConversationCard.vue index 8bfcc350e..36f611775 100644 --- a/app/javascript/dashboard/components-next/Conversation/ConversationCard/ConversationCard.vue +++ b/app/javascript/dashboard/components-next/Conversation/ConversationCard/ConversationCard.vue @@ -97,7 +97,7 @@ const onCardClick = e => { :status="currentContactStatus" rounded-full /> -