fix: truncate more long names in delete confirmation modals

This commit is contained in:
silentoplayz
2025-09-26 23:08:01 -04:00
parent bad7d69a58
commit e62f2b3c75
5 changed files with 6 additions and 6 deletions

View File

@@ -340,7 +340,7 @@
showDeleteConfirm = false;
}}
>
<div class=" text-sm text-gray-500">
<div class=" text-sm text-gray-500 truncate">
{$i18n.t('This will delete')} <span class=" font-semibold">{selectedNote.title}</span>.
</div>
</DeleteConfirmDialog>