From aa1bbb28c4369e9a3d14501292b7a22b395ad767 Mon Sep 17 00:00:00 2001 From: Vantz Stockwell Date: Sat, 14 Mar 2026 03:21:25 -0400 Subject: [PATCH] =?UTF-8?q?fix(sftp):=20fix=20FileTree=20not=20visible=20?= =?UTF-8?q?=E2=80=94=20flex=20overflow=20layout=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/components/sftp/FileTree.vue | 2 +- frontend/components/sftp/SftpSidebar.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/components/sftp/FileTree.vue b/frontend/components/sftp/FileTree.vue index 1aef801..e6038c1 100644 --- a/frontend/components/sftp/FileTree.vue +++ b/frontend/components/sftp/FileTree.vue @@ -56,7 +56,7 @@ function formatSize(bytes: number): string {