From efeee8deca3c116bfd7f1ab78d88d82acb95e4bb Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 21 May 2025 11:01:01 -0500 Subject: [PATCH] Fix extra space when there is no AI output --- app/views/commands/_terminal.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/commands/_terminal.html.erb b/app/views/commands/_terminal.html.erb index 3ab9006cb..f17f5b920 100644 --- a/app/views/commands/_terminal.html.erb +++ b/app/views/commands/_terminal.html.erb @@ -1,6 +1,6 @@ <%= tag.div \ id: "command-terminal", - class: "terminal full-width flex flex-column gap justify-end", + class: "terminal full-width flex flex-column justify-end", data: { controller: "toggle-class terminal navigable-list", terminal_error_class: "terminal--error",