Skip to content

Commit

Permalink
fix #187
Browse files Browse the repository at this point in the history
  • Loading branch information
artisticat1 committed Nov 3, 2023
1 parent 1478fce commit 377110e
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,12 @@
}

.snippets-editor-wrapper .cm-editor {
height: 20em;
font-size: var(--font-inputs);
text-align: left;
outline: none !important;

border: 1px solid var(--background-modifier-border);
}

.snippets-editor-wrapper .cm-editor, .cm-scroller {
border-radius: 4px;
font-size: var(--font-inputs);
height: 20em;
outline: none !important;
text-align: left;
}

.snippets-editor-wrapper .cm-line, .snippets-editor-wrapper .cm-lineNumbers {
Expand Down

0 comments on commit 377110e

Please sign in to comment.