update folder list (#2563)

This commit is contained in:
pablodanswer 2024-09-25 16:25:45 -07:00 committed by GitHub
parent 166514cedf
commit ea4a3cbf86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -205,7 +205,7 @@ const FolderItem = ({
className="text-sm px-1 flex-1 min-w-0 -my-px mr-2"
/>
) : (
<div className="flex-1 min-w-0">
<div className="flex-1 break-all min-w-0">
{editedFolderName || folder.folder_name}
</div>
)}