From e0d2775127df09c0544685beb964c5e321eb038b Mon Sep 17 00:00:00 2001 From: yangdx Date: Mon, 28 Apr 2025 20:30:35 +0800 Subject: [PATCH] Increase the pipeline status popup width --- .../src/components/documents/PipelineStatusDialog.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lightrag_webui/src/components/documents/PipelineStatusDialog.tsx b/lightrag_webui/src/components/documents/PipelineStatusDialog.tsx index 58d18434..5e902ecf 100644 --- a/lightrag_webui/src/components/documents/PipelineStatusDialog.tsx +++ b/lightrag_webui/src/components/documents/PipelineStatusDialog.tsx @@ -85,7 +85,7 @@ export default function PipelineStatusDialog({
{t('documentPanel.pipelineStatus.latestMessage')}:
-
+
{status?.latest_message || '-'}
@@ -181,7 +181,7 @@ export default function PipelineStatusDialog({ > {status?.history_messages?.length ? ( status.history_messages.map((msg, idx) => ( -
{msg}
+
{msg}
)) ) : '-'}