From e90e35e71097e00066919f19b090a8084b4b0fb7 Mon Sep 17 00:00:00 2001 From: Miodec Date: Fri, 5 Dec 2025 15:14:35 +0100 Subject: [PATCH] fix(tape mode): tab and newline characters breaking caret alignment --- frontend/src/styles/test.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/test.scss b/frontend/src/styles/test.scss index 7c04553d5..1dab38dda 100644 --- a/frontend/src/styles/test.scss +++ b/frontend/src/styles/test.scss @@ -242,7 +242,7 @@ } &.tabChar, &.nlChar { - margin: 0 0.25rem; + // margin: 0 0.25rem; opacity: 0.2; i { line-height: 0;