fix(frontend): remove inner padding from file tree container

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
xintaofei
2026-04-12 20:43:45 +08:00
parent ee6053659c
commit 290ce14fa8

View File

@@ -89,7 +89,7 @@ export const FileTree = ({
role="tree"
{...props}
>
<div className="w-max min-w-full p-2">{children}</div>
<div className="w-max min-w-full">{children}</div>
</div>
</FileTreeContext.Provider>
)