Skip to content

Commit 798d1d0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)