mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
Fix consolas not being used in editor
This commit is contained in:
parent
d516a9d9a6
commit
de8b81ca7a
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
|
|
||||||
:global(.CodeMirror) {
|
:global(.CodeMirror) {
|
||||||
height: auto;
|
height: auto;
|
||||||
font-family: Consolas monospace;
|
font-family: Consolas, monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
:global(.CodeMirror-wrap pre) {
|
:global(.CodeMirror-wrap pre) {
|
||||||
|
|
Loading…
Reference in a new issue