From 23adbb3d1f449f5ff97bc64407efdb144640bbb1 Mon Sep 17 00:00:00 2001 From: Krishav Raj Singh Date: Fri, 18 Jul 2025 12:22:50 +0530 Subject: [PATCH] fix padding --- frontend/src/components/thread/content/ThreadContent.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/thread/content/ThreadContent.tsx b/frontend/src/components/thread/content/ThreadContent.tsx index 0c2fa980..6af0c6bf 100644 --- a/frontend/src/components/thread/content/ThreadContent.tsx +++ b/frontend/src/components/thread/content/ThreadContent.tsx @@ -644,7 +644,7 @@ export const ThreadContent: React.FC = ({ } else if (group.type === 'assistant_group') { return (
-
+
{(() => { @@ -964,7 +964,7 @@ export const ThreadContent: React.FC = ({ // Get the processed content that was stored during rendering const processedContent = group.processedContent; return ( -
+