fix alert dialog description wrapping issue

This commit is contained in:
pa
2026-01-25 14:32:22 +09:00
parent b3b655d8ac
commit bcee6b5298
3 changed files with 11 additions and 12 deletions

View File

@@ -48,9 +48,11 @@
@escapeKeyDown="onEscapeKeyDown"
@pointerDownOutside="onPointerDownOutside"
@interactOutside="onInteractOutside">
<AlertDialogHeader>
<AlertDialogHeader class="min-w-0">
<AlertDialogTitle>{{ alertTitle }}</AlertDialogTitle>
<AlertDialogDescription>{{ alertDescription }}</AlertDialogDescription>
<AlertDialogDescription class="w-full min-w-0 whitespace-normal wrap-anywhere">
{{ alertDescription }}
</AlertDialogDescription>
</AlertDialogHeader>
<AlertDialogFooter>