From e13431cdc03bf7549e350d7aac7a1b17ea233e9a Mon Sep 17 00:00:00 2001 From: balibabu Date: Mon, 1 Jun 2026 10:22:56 +0800 Subject: [PATCH] Fix: If the filename is too long, it overflows the confirmation box for deleting the file. (#15287) ### What problem does this PR solve? Fix: If the filename is too long, it overflows the confirmation box for deleting the file. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- web/src/pages/files/action-cell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/files/action-cell.tsx b/web/src/pages/files/action-cell.tsx index 5d479b1012..ea33118d75 100644 --- a/web/src/pages/files/action-cell.tsx +++ b/web/src/pages/files/action-cell.tsx @@ -177,7 +177,7 @@ export function ActionCell({