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