Commit 6457f6c7 authored by Fatih Acet's avatar Fatih Acet

RepoEditor: Fix markdown preview rendering.

parent fff15126
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
.monaco-editor.vs { .monaco-editor.vs {
.current-line { .current-line {
border: none; border: none;
background: #f1f1f2; background: $well-light-border;
} }
.line-numbers { .line-numbers {
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
overflow: auto; overflow: auto;
> div, > div,
.file-content { .file-content:not(.wiki) {
display: flex; display: flex;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment