From c0e6f094d993738c43342015ffa3b83e846b56c1 Mon Sep 17 00:00:00 2001 From: "Calum H." Date: Wed, 5 Aug 2026 14:17:29 +0100 Subject: [PATCH] fix: panel issues w/ backups (#7009) --- .../ui/src/components/base/ErrorInformationCard.vue | 4 ++-- .../ui/src/components/servers/backups/BackupItem.vue | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/packages/ui/src/components/base/ErrorInformationCard.vue b/packages/ui/src/components/base/ErrorInformationCard.vue index 71f010070e..f183cca2fe 100644 --- a/packages/ui/src/components/base/ErrorInformationCard.vue +++ b/packages/ui/src/components/base/ErrorInformationCard.vue @@ -52,7 +52,7 @@ :color="action.color === 'standard' ? undefined : (action.color ?? 'brand')" size="xl" :disabled="action.disabled" - class="!w-full" + class="flex-1" @click="action.onClick" > @@ -64,7 +64,7 @@ {{ action.label }} - - +