Skip to content
This repository was archived by the owner on May 17, 2021. It is now read-only.

Commit c390fd0

Browse files
committed
Use deep nesting for codemirror styles
1 parent b57d0c2 commit c390fd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/js/tab.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/js/components/Stack/Snippet.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,11 @@ export default {
184184
.vue-codemirror {
185185
height: 100%;
186186
}
187-
.CodeMirror {
187+
.vue-codemirror >>> .CodeMirror {
188188
height: 100%;
189189
line-height: 2;
190190
}
191-
.CodeMirror-lines {
191+
.vue-codemirror >>> .CodeMirror-lines {
192192
padding: 0;
193193
}
194194
</style>

0 commit comments

Comments
 (0)