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

RepoEditor: Fix markdown preview rendering.

parent fff15126
......@@ -73,7 +73,7 @@
.monaco-editor.vs {
.current-line {
border: none;
background: #f1f1f2;
background: $well-light-border;
}
.line-numbers {
......@@ -115,7 +115,7 @@
overflow: auto;
> div,
.file-content {
.file-content:not(.wiki) {
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