From 226adfdba2236bd5b01e8a814e6cfd3ccabe0df7 Mon Sep 17 00:00:00 2001 From: ManishMadan2882 Date: Fri, 13 Sep 2024 19:13:53 +0530 Subject: [PATCH] fix: mobile overflows --- frontend/src/conversation/ConversationBubble.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/src/conversation/ConversationBubble.tsx b/frontend/src/conversation/ConversationBubble.tsx index dea37a55..bdec095f 100644 --- a/frontend/src/conversation/ConversationBubble.tsx +++ b/frontend/src/conversation/ConversationBubble.tsx @@ -51,9 +51,12 @@ const ConversationBubble = forwardRef< let bubble; if (type === 'QUESTION') { bubble = ( -
+
-
+
{message}