This commit is contained in:
2026-03-07 00:31:24 +01:00
parent 7c8741ef36
commit 5ccd369f1d

View File

@@ -68,7 +68,7 @@ export function BaseNodeContent({
return (
<div
data-slot="base-node-content"
className={cn("flex flex-col gap-y-2 pt-3 pb-3", className)}
className={cn("flex flex-col gap-y-2 pt-1", className)}
{...props}
/>
);