Skip to content

Commit e90e35e

Browse files
committed
fix(tape mode): tab and newline characters breaking caret alignment
1 parent f99c843 commit e90e35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/styles/test.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
}
243243
&.tabChar,
244244
&.nlChar {
245-
margin: 0 0.25rem;
245+
// margin: 0 0.25rem;
246246
opacity: 0.2;
247247
i {
248248
line-height: 0;

0 commit comments

Comments
 (0)