From 2cfea229fda2dac3a94c0d5fe2575a013235e2dc Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 13 Oct 2025 14:34:37 +0200 Subject: [PATCH] Make app installation dialog smaller --- dashboard/src/components/AppInstallDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/components/AppInstallDialog.vue b/dashboard/src/components/AppInstallDialog.vue index c20379721..8c821da64 100644 --- a/dashboard/src/components/AppInstallDialog.vue +++ b/dashboard/src/components/AppInstallDialog.vue @@ -327,7 +327,7 @@ defineExpose({ } .step-detail { - width: 960px; + width: 800px; } .step-install {