mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-23 21:08:40 +08:00
Code: Set base codemirror line height
Prevents difference in line height between light/dark mode. For #5146
This commit is contained in:
parent
978acecdcf
commit
4630f07282
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user