fix: remove unnecessary border from ResizablePanelGroup in WorkflowEditor

This commit is contained in:
mlogclub
2026-06-22 19:41:46 +08:00
parent 4d18dc21e9
commit 3a62fb2bee
@@ -329,7 +329,7 @@ export function WorkflowEditor({
}
return (
<ResizablePanelGroup orientation="horizontal" className="h-full min-h-0 border-t">
<ResizablePanelGroup orientation="horizontal" className="h-full min-h-0">
<ResizablePanel defaultSize="18%" minSize="12%" maxSize="34%" className="min-h-0">
<aside className="h-full min-h-0 overflow-y-auto bg-muted/20 p-3">
<div className="mb-3 text-sm font-medium"></div>