From afff55045f3f9e54d745ff3a01481688fe7f1dfe Mon Sep 17 00:00:00 2001 From: siiddhantt Date: Tue, 3 Oct 2023 10:47:15 +0530 Subject: [PATCH] fix: css changes --- frontend/src/conversation/ConversationBubble.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/conversation/ConversationBubble.tsx b/frontend/src/conversation/ConversationBubble.tsx index 56ca97d1..70320bc3 100644 --- a/frontend/src/conversation/ConversationBubble.tsx +++ b/frontend/src/conversation/ConversationBubble.tsx @@ -101,15 +101,15 @@ const ConversationBubble = forwardRef< {message} -
+
Sources:
-
+
{DisableSourceFE ? null : sources?.map((source, index) => (