Skip to content

Commit 256dd20

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CodeEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ defineExpose({
103103
color: var(--color-main-text);
104104
}
105105
106-
:deep(.cm-editor) {
106+
.cm-editor {
107107
height: auto;
108108
min-height: 80px;
109109
font-family: 'Courier New', Courier, monospace;

0 commit comments

Comments
 (0)