Skip to content

Commit f95bc32

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)