From ffc47e861dc61a929979ded9e49cf041b569a6c0 Mon Sep 17 00:00:00 2001 From: Miodec Date: Fri, 5 Jul 2024 18:30:05 +0200 Subject: [PATCH] style(typing test): fix newline/tab characters not working well with some fonts --- frontend/src/styles/test.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/styles/test.scss b/frontend/src/styles/test.scss index 7f9b155e9..3a8c1e2ef 100644 --- a/frontend/src/styles/test.scss +++ b/frontend/src/styles/test.scss @@ -221,6 +221,9 @@ &.nlChar { margin: 0 0.25rem; opacity: 0.2; + i { + line-height: 0; + } } }