Skip to content

Commit

Permalink
Fix CodeMirror glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
lakejason0 committed Dec 28, 2023
1 parent 01abe0d commit 76ce8ef
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -11,4 +11,9 @@
z-index: 1;
}

}

/* Codemirror for visual editor doesn't need padding */
.ve-init-mw-desktopArticleTarget .CodeMirror {
padding: 0 !important;
}

0 comments on commit 76ce8ef

Please sign in to comment.