From ffad3b5fb17d8e954e3ee4e19c8583926f0d909c Mon Sep 17 00:00:00 2001 From: hjlarry Date: Wed, 17 Sep 2025 13:45:56 +0800 Subject: [PATCH] comment detail window fix height --- web/app/components/workflow/comment/thread.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/app/components/workflow/comment/thread.tsx b/web/app/components/workflow/comment/thread.tsx index 436bea26a0..eeac62875d 100644 --- a/web/app/components/workflow/comment/thread.tsx +++ b/web/app/components/workflow/comment/thread.tsx @@ -253,7 +253,7 @@ export const CommentThread: FC = memo(({ transform: 'translate(-50%, -100%) translateY(-24px)', }} > -
+
Comment
@@ -304,7 +304,7 @@ export const CommentThread: FC = memo(({
-
+
= memo(({ )}
{loading && ( -
+
Loading…
)}