From 8e8712e33d265293971585464a924ceee9f797b5 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Fri, 4 Jul 2025 23:17:19 -0600 Subject: [PATCH] style: align text in file tree component for improved readability --- apps/dokploy/components/ui/file-tree.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/dokploy/components/ui/file-tree.tsx b/apps/dokploy/components/ui/file-tree.tsx index 0f50d5089..60c764a92 100644 --- a/apps/dokploy/components/ui/file-tree.tsx +++ b/apps/dokploy/components/ui/file-tree.tsx @@ -246,7 +246,9 @@ const Leaf = React.forwardRef< aria-hidden="true" /> )} -
{item.name}
++ {item.name} +
); });