From 173e7915a79614f0eb5758f44c42a871157f6fa7 Mon Sep 17 00:00:00 2001 From: Dotta Date: Mon, 16 Mar 2026 08:25:40 -0500 Subject: [PATCH] fix: export file tree alignment and remove file count subtitle - Move paddingLeft from inner label to outer grid div on directory rows so folders align with files and the search field - Remove "N files in rootPath" subtitle under Package files header Co-Authored-By: Paperclip --- ui/src/pages/CompanyExport.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ui/src/pages/CompanyExport.tsx b/ui/src/pages/CompanyExport.tsx index 7dfa1d9d..3a888d44 100644 --- a/ui/src/pages/CompanyExport.tsx +++ b/ui/src/pages/CompanyExport.tsx @@ -332,10 +332,12 @@ function ExportFileTree({ "group grid w-full grid-cols-[auto_minmax(0,1fr)_2.25rem] items-center gap-x-1 pr-3 text-left text-sm text-muted-foreground hover:bg-accent/30 hover:text-foreground", TREE_ROW_HEIGHT_CLASS, )} + style={{ + paddingInlineStart: `${TREE_BASE_INDENT + depth * TREE_STEP_INDENT - 8}px`, + }} >