From 460291c1f8570910c2366155f58e17853b935d8a Mon Sep 17 00:00:00 2001 From: "w.kashiwagi" Date: Wed, 8 Jul 2026 06:16:45 +0900 Subject: [PATCH] fix(ui): use flex gap instead of space-y so terminal box height is consistent across package managers --- app/components/Terminal/Execute.vue | 3 ++- app/components/Terminal/Install.vue | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app/components/Terminal/Execute.vue b/app/components/Terminal/Execute.vue index c2ee26ac64..2a01f390e4 100644 --- a/app/components/Terminal/Execute.vue +++ b/app/components/Terminal/Execute.vue @@ -51,7 +51,8 @@ const copyExecuteCommand = () => copyExecute(getFullExecuteCommand()) -
+ +
-
+ +