Skip to content

Commit 54c47dc

Browse files
authored
Merge pull request #101 from makermelissa/main
Remove breaking CSS
2 parents 8cfb5b3 + 81a2edb commit 54c47dc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

sass/layout/_editor.scss

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
1-
.CodeMirror {
2-
max-height: 1000px;
3-
width: 100%;
4-
height: 100%;
5-
}
61

72
.cm-editor {
83
color: #ddd;
94
background-color: #333;
105
line-height: 1.5;
116
font-family: 'Operator Mono', 'Source Code Pro', Menlo, Monaco, Consolas, Courier New, monospace;
127

13-
.cm-activeLine {
14-
background-color: #333;
15-
}
16-
178
.cm-content {
189
caret-color: orange;
1910
}

0 commit comments

Comments
 (0)