From b09c26f6162c25095e608c93ea23ac938eaa606d Mon Sep 17 00:00:00 2001 From: "Calum H." Date: Mon, 29 Jun 2026 15:38:30 +0100 Subject: [PATCH] fix: console sizing issues (#6540) fix: console sizing issues (for good) --- .../src/pages/hosting/manage/Index.vue | 8 ++++++- .../src/pages/hosting/manage/Overview.vue | 2 +- apps/app-frontend/src/routes.js | 1 + .../ui/src/components/base/BaseTerminal.vue | 17 +++++++++++++++ packages/ui/src/components/user/UserBadge.vue | 2 +- packages/ui/src/composables/terminal.ts | 7 ++++++- .../wrapped/hosting/manage/overview.vue | 21 +++++++++++++++---- .../layouts/wrapped/hosting/manage/root.vue | 17 +++++++++++---- 8 files changed, 63 insertions(+), 12 deletions(-) diff --git a/apps/app-frontend/src/pages/hosting/manage/Index.vue b/apps/app-frontend/src/pages/hosting/manage/Index.vue index f1e4388755..e283f38390 100644 --- a/apps/app-frontend/src/pages/hosting/manage/Index.vue +++ b/apps/app-frontend/src/pages/hosting/manage/Index.vue @@ -1,7 +1,11 @@