From 0f26351fd30dab8adc38d0cc2ebc99d61b72da7a Mon Sep 17 00:00:00 2001 From: Pranav Date: Fri, 4 Oct 2024 00:00:35 -0700 Subject: [PATCH] fix: Update card labels button with a new one to fix the CSS issue (#10222) --- .../conversationCardComponents/CardLabels.vue | 30 +++++-------------- 1 file changed, 8 insertions(+), 22 deletions(-) diff --git a/app/javascript/dashboard/components/widgets/conversation/conversationCardComponents/CardLabels.vue b/app/javascript/dashboard/components/widgets/conversation/conversationCardComponents/CardLabels.vue index de1a081dc..86a2dfe0f 100644 --- a/app/javascript/dashboard/components/widgets/conversation/conversationCardComponents/CardLabels.vue +++ b/app/javascript/dashboard/components/widgets/conversation/conversationCardComponents/CardLabels.vue @@ -79,35 +79,21 @@ const onShowLabels = e => { 'invisible absolute': !showAllLabels && index > labelPosition, }" /> - + > + + - -