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",