From d9cc7c6518417df3c449de60517e9042dd465392 Mon Sep 17 00:00:00 2001 From: Max Mykal Date: Mon, 6 Oct 2025 10:48:46 -0700 Subject: [PATCH] apply css and update stories --- web/common/src/components/Lineage/LineageLayout.tsx | 6 ++++-- .../src/components/Lineage/LineageLayoutContainer.tsx | 2 +- web/common/src/components/Lineage/stories/ModelLineage.tsx | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/web/common/src/components/Lineage/LineageLayout.tsx b/web/common/src/components/Lineage/LineageLayout.tsx index e01e8ae9e9..2ab4a34879 100644 --- a/web/common/src/components/Lineage/LineageLayout.tsx +++ b/web/common/src/components/Lineage/LineageLayout.tsx @@ -66,13 +66,15 @@ export function LineageLayout< }) { return ( - + + isBuildingLayout={isBuildingLayout} useLineage={useModelLineage} nodeTypes={nodeTypes} edgeTypes={edgeTypes}