From f9c985310207749785e9ea2e5fab3fe39aabab2d Mon Sep 17 00:00:00 2001 From: ManishMadan2882 Date: Wed, 8 May 2024 16:07:49 +0530 Subject: [PATCH] fix(conversation) word breaks --- 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 7bd26f24..f7a15459 100644 --- a/frontend/src/conversation/ConversationBubble.tsx +++ b/frontend/src/conversation/ConversationBubble.tsx @@ -47,13 +47,13 @@ const ConversationBubble = forwardRef< const [isDislikeClicked, setIsDislikeClicked] = useState(false); let bubble; - + if (type === 'QUESTION') { bubble = (
- + {message}
@@ -88,7 +88,7 @@ const ConversationBubble = forwardRef< alert )}