mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Code: Set base codemirror line height
Prevents difference in line height between light/dark mode. For #5146
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user