diff --git a/lightrag_webui/src/components/graph/PropertiesView.tsx b/lightrag_webui/src/components/graph/PropertiesView.tsx index 93c10b24..65712a19 100644 --- a/lightrag_webui/src/components/graph/PropertiesView.tsx +++ b/lightrag_webui/src/components/graph/PropertiesView.tsx @@ -221,25 +221,25 @@ const NodePropertiesView = ({ node }: { node: NodeType }) => { return (
- -
+ +
@@ -254,7 +254,7 @@ const NodePropertiesView = ({ node }: { node: NodeType }) => { />
- +
{Object.keys(node.properties) .sort() @@ -264,7 +264,7 @@ const NodePropertiesView = ({ node }: { node: NodeType }) => {
{node.relationships.length > 0 && ( <> -