From 6968cbd6d584f3c9beb9b4f9b7ee375c5bc37e14 Mon Sep 17 00:00:00 2001 From: yangdx Date: Thu, 20 Mar 2025 03:31:57 +0800 Subject: [PATCH] Adjust position and spacing of settings display --- lightrag_webui/src/components/graph/SettingsDisplay.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag_webui/src/components/graph/SettingsDisplay.tsx b/lightrag_webui/src/components/graph/SettingsDisplay.tsx index 7e63dd98..dec44c11 100644 --- a/lightrag_webui/src/components/graph/SettingsDisplay.tsx +++ b/lightrag_webui/src/components/graph/SettingsDisplay.tsx @@ -11,7 +11,7 @@ const SettingsDisplay = () => { const graphMinDegree = useSettingsStore.use.graphMinDegree() return ( -
+
{t('graphPanel.sideBar.settings.depth')}: {graphQueryMaxDepth}
{t('graphPanel.sideBar.settings.degree')}: {graphMinDegree}