mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-24 10:06:26 +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;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cm-editor .cm-line {
|
||||||
|
line-height: 1.6;
|
||||||
|
}
|
||||||
|
|
||||||
.cm-editor .cm-line, .cm-editor .cm-gutter {
|
.cm-editor .cm-line, .cm-editor .cm-gutter {
|
||||||
font-family: var(--font-code);
|
font-family: var(--font-code);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user