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)
This commit is contained in:
balibabu
2026-06-01 10:22:56 +08:00
committed by GitHub
parent cd18cfab79
commit e13431cdc0

View File

@@ -177,7 +177,7 @@ export function ActionCell({
<FileIcon name={name} type={type}></FileIcon>
</span>
<span
className={cn('truncate text-xs', {
className={cn('truncate text-xs text-wrap', {
['cursor-pointer']: isFolder,
})}
>