mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-20 15:24:20 +01:00
fix (editor): markdown display issue
This commit is contained in:
parent
c6a31012ad
commit
573fb9be28
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@
|
|||
clear: both;
|
||||
}
|
||||
}
|
||||
&[mode="orgmode"] .CodeMirror-code, &[mode="yaml-frontmatter"] .CodeMirror-code{
|
||||
&[mode="orgmode"] .CodeMirror-code{
|
||||
line-height: 1.5em;
|
||||
}
|
||||
.CodeMirror-line{
|
||||
|
|
|
|||
Loading…
Reference in a new issue