From 35886633e5b3f8a0375053073b245e29743cb012 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 2 Feb 2026 06:40:43 +0100 Subject: [PATCH] appinstall: align the header text and icon --- dashboard/src/components/AppInstallDialog.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/dashboard/src/components/AppInstallDialog.vue b/dashboard/src/components/AppInstallDialog.vue index 94627cad7..a45cb2a93 100644 --- a/dashboard/src/components/AppInstallDialog.vue +++ b/dashboard/src/components/AppInstallDialog.vue @@ -377,7 +377,6 @@ defineExpose({ .app-install-header { display: flex; - align-items: center; justify-content: space-between; margin-bottom: 10px; }