Skip to content

Commit d872f44

Browse files
fix(editor): simplify codemirror selector in markdown editor
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent f95bc32 commit d872f44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/MarkdownEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ defineExpose({
327327
border-bottom: 1px solid var(--color-border);
328328
}
329329
330-
:deep(.cm-editor) {
330+
.cm-editor {
331331
height: auto;
332332
min-height: var(--markdown-editor-min-height, 80px);
333333
font-family: 'Courier New', Courier, monospace;

0 commit comments

Comments
 (0)