From 325dd1b9af33fe2c52c3eeb667a1002639c89c49 Mon Sep 17 00:00:00 2001 From: islxyqwe Date: Thu, 22 Aug 2024 18:12:57 +0800 Subject: [PATCH] fix: let the toolbar wrap in lg screen --- packages/graphic-walker/src/components/toolbar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graphic-walker/src/components/toolbar/index.tsx b/packages/graphic-walker/src/components/toolbar/index.tsx index c99508a4..468d2b65 100644 --- a/packages/graphic-walker/src/components/toolbar/index.tsx +++ b/packages/graphic-walker/src/components/toolbar/index.tsx @@ -15,7 +15,7 @@ const Toolbar = memo(function Toolbar({ items }) { const [openedKey, setOpenedKey] = useState(null); return ( -
+
{items.map((item, i) => { if (item === ToolbarItemSplitter) { return ;