mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-16 09:41:05 +00: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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue