From 8b59245e6aea9ad1367b333a83916918ea54d775 Mon Sep 17 00:00:00 2001 From: Ayaan Date: Fri, 27 Dec 2024 12:43:46 +0530 Subject: [PATCH] Decreased margin right for message hover button --- frontend/src/conversation/ConversationBubble.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/conversation/ConversationBubble.tsx b/frontend/src/conversation/ConversationBubble.tsx index 668b0935..1c257f9f 100644 --- a/frontend/src/conversation/ConversationBubble.tsx +++ b/frontend/src/conversation/ConversationBubble.tsx @@ -417,7 +417,7 @@ const ConversationBubble = forwardRef<
@@ -425,7 +425,7 @@ const ConversationBubble = forwardRef<
@@ -433,14 +433,14 @@ const ConversationBubble = forwardRef<
{type === 'ERROR' && ( -
+
{retryBtn}
)} {handleFeedback && ( <>