From 6278095b6fcde5554f3ceee8d5abc2ce66da72cf Mon Sep 17 00:00:00 2001 From: Kateryna Kodonenko Date: Fri, 10 Jul 2026 09:59:31 +0200 Subject: [PATCH] Wrap dialog content --- apps/ui/src/components/site-list/index.tsx | 30 ++++++++++++---------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/apps/ui/src/components/site-list/index.tsx b/apps/ui/src/components/site-list/index.tsx index 0486ae23bd..d0565849e2 100644 --- a/apps/ui/src/components/site-list/index.tsx +++ b/apps/ui/src/components/site-list/index.tsx @@ -314,20 +314,22 @@ function DeleteSiteDialog( { { sprintf( __( 'Delete %s' ), site.name ) } -

- { __( - "The site's database will be lost, including all posts, pages, comments, and media." - ) } -

- - { error ?
{ error }
: null } + +

+ { __( + "The site's database will be lost, including all posts, pages, comments, and media." + ) } +

+ + { error ?
{ error }
: null } +
{ __( 'Cancel' ) }