From 3c79607d1f3e74a5dbe4439873c6b048dc75d87d Mon Sep 17 00:00:00 2001 From: Nitrrine <43351072+Nitrrine@users.noreply.github.com> Date: Thu, 10 Jul 2025 02:39:51 +0500 Subject: [PATCH] feat(app): increase logs card height (#3953) --- apps/app-frontend/src/pages/instance/Logs.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app-frontend/src/pages/instance/Logs.vue b/apps/app-frontend/src/pages/instance/Logs.vue index e8750c62..83d0cbe8 100644 --- a/apps/app-frontend/src/pages/instance/Logs.vue +++ b/apps/app-frontend/src/pages/instance/Logs.vue @@ -483,7 +483,7 @@ onUnmounted(() => { display: flex; flex-direction: column; gap: 1rem; - height: calc(100vh - 11rem); + height: 100vh; } .button-row {