diff --git a/dashboard/src/components/AppInstallDialog.vue b/dashboard/src/components/AppInstallDialog.vue index 3c6132200..219b5cd47 100644 --- a/dashboard/src/components/AppInstallDialog.vue +++ b/dashboard/src/components/AppInstallDialog.vue @@ -268,7 +268,9 @@ defineExpose({ - +
+ +
@@ -381,4 +383,11 @@ defineExpose({ right: 0; } +.bottom-button-bar { + display: flex; + justify-content: right; + margin-top: 20px; + margin-bottom: 0; +} +