mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-08 04:22:20 +08:00
Fix: Prevent text overflow in confirm delete dialog (#16689)
This commit is contained in:
@@ -82,7 +82,7 @@ export function ConfirmDeleteDialog({
|
||||
<>
|
||||
<Separator className="w-[calc(100%+48px)] -translate-x-6"></Separator>
|
||||
<AlertDialogDescription className="mt-5">
|
||||
<div className="flex flex-col gap-2 text-base mb-10 px-5">
|
||||
<div className="flex flex-col gap-2 text-base mb-10 px-5 [overflow-wrap:anywhere]">
|
||||
<div className="text-text-primary">
|
||||
{content.title || t('common.deleteModalTitle')}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user