From b67d2eefd773e534e23a4abecd9f7a4a126053d1 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Wed, 2 Jul 2025 18:03:02 +0200 Subject: [PATCH] We insert these now to make sure the cursor is visible when the attachment is the only element in the paragraph --- app/assets/stylesheets/terminals.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/terminals.css b/app/assets/stylesheets/terminals.css index 116a92e1c..4fccfd64a 100644 --- a/app/assets/stylesheets/terminals.css +++ b/app/assets/stylesheets/terminals.css @@ -117,6 +117,10 @@ color: var(--color-terminal-text-light); } + br { + display: none; + } + .terminal--error & { accent-color: var(--color-negative); caret-color: var(--color-negative);