diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-10-29 11:52:56 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-10-29 11:52:56 +0000 |
| commit | 4b8d9be10e4517114c0c216fa24aaaa310503d4a (patch) | |
| tree | 27d01bc5f352ca46e4030071e84ccca0b53bd4ad /scss | |
| parent | fix syntax highlighting in markdown (diff) | |
| download | mmm-4b8d9be10e4517114c0c216fa24aaaa310503d4a.tar.gz mmm-4b8d9be10e4517114c0c216fa24aaaa310503d4a.zip | |
save edited changes
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/codemirror.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/codemirror.scss b/scss/codemirror.scss index 1967f8c..fd50b00 100644 --- a/scss/codemirror.scss +++ b/scss/codemirror.scss @@ -8,6 +8,7 @@ background: #1d1f21; height: auto; + flex: 1; /*selection color*/ .CodeMirror-selected, |
