fix: terminal block character rendering by setting lineHeight to 1.0 and removing container padding

This commit is contained in:
Alex Blank
2026-05-26 19:09:06 +02:00
parent cd9c9539a2
commit 187193fa6e
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -2633,7 +2633,7 @@ a.nav-item,
position: relative;
width: 100%;
height: 100%;
padding: var(--space-2);
padding: 0;
overflow: hidden;
}