From ea79494b6d3612080d1b7ec2fb9e903c182df326 Mon Sep 17 00:00:00 2001 From: ManishMadan2882 Date: Wed, 8 May 2024 20:50:20 +0530 Subject: [PATCH] fix(conversation): overflows in sources, removed tagline below input --- frontend/src/conversation/Conversation.tsx | 8 ++++---- frontend/src/conversation/ConversationBubble.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx index ed66a13b..f09ec08a 100644 --- a/frontend/src/conversation/Conversation.tsx +++ b/frontend/src/conversation/Conversation.tsx @@ -134,7 +134,7 @@ export default function Conversation() {
{queries.length > 0 && !hasScrolledToLast && (