Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 8701b9e

Browse files
make codemirror 600 px high
1 parent bad0f07 commit 8701b9e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/views/Quiz/CodeEditor.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,10 @@ export default {
8282
}
8383
};
8484
</script>
85+
86+
<style lang="scss" scoped>
87+
// needs to be deep to affect child component
88+
.codemirror::v-deep .CodeMirror {
89+
height: 600px;
90+
}
91+
</style>

0 commit comments

Comments
 (0)