Code: Set base codemirror line height

Prevents difference in line height between light/dark mode.
For #5146
This commit is contained in:
Dan Brown 2024-11-29 12:57:53 +00:00
parent 978acecdcf
commit 4630f07282
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -14,6 +14,10 @@
border-radius: 4px;
}
.cm-editor .cm-line {
line-height: 1.6;
}
.cm-editor .cm-line, .cm-editor .cm-gutter {
font-family: var(--font-code);
}