From 03e2c814e7af010281cb412960089af46228d901 Mon Sep 17 00:00:00 2001 From: Gregor Vostrak Date: Tue, 18 Aug 2026 13:19:58 +0200 Subject: [PATCH] align alter dialog positioning with other modals --- .../ui/alert-dialog/AlertDialogContent.vue | 27 +++++++++++-------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/resources/js/Components/ui/alert-dialog/AlertDialogContent.vue b/resources/js/Components/ui/alert-dialog/AlertDialogContent.vue index 65897aae..28123363 100644 --- a/resources/js/Components/ui/alert-dialog/AlertDialogContent.vue +++ b/resources/js/Components/ui/alert-dialog/AlertDialogContent.vue @@ -25,16 +25,21 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits);