diff --git a/app/views/commands/_form.html.erb b/app/views/commands/_form.html.erb
index 92bb404fd..a561325af 100644
--- a/app/views/commands/_form.html.erb
+++ b/app/views/commands/_form.html.erb
@@ -22,7 +22,7 @@
<%= rich_textarea_tag "command", nil,
toolbar: false,
- class: "terminal__input input hide-focus-ring fill-transparent unpad",
+ class: "terminal__input input hide-focus-ring fill-transparent unpad overflow-ellipsis",
"single-line": true,
id: "command",
attachments: false,