Skip to content

Commit 2c7430f

Browse files
committed
FIX: rich text editor code block style #216
1 parent 34ab2f5 commit 2c7430f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

share/files/wizeditor/default.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ html,
6464
.wiz-editor-body .CodeMirror pre {
6565
margin: 0;
6666
}
67+
.wiz-editor-body .CodeMirror-scroll {
68+
margin-right: 0px; /* Fix issue #216*/
69+
}
6770
.wiz-editor-body a {
6871
word-wrap: break-word;
6972
text-decoration-skip-ink: none;

0 commit comments

Comments
 (0)