diff options
Diffstat (limited to 'public/less/_editor.less')
-rw-r--r-- | public/less/_editor.less | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/public/less/_editor.less b/public/less/_editor.less index 10d6c35f0f..2c87d902f7 100644 --- a/public/less/_editor.less +++ b/public/less/_editor.less @@ -1,12 +1,12 @@ .CodeMirror { - font: 14px Consolas, "Liberation Mono", Menlo, Courier, monospace; - &.cm-s-default { - border-radius: 3px; - padding: 0 !important; - } - .cm-comment { - background: inherit !important; - } + font: 14px Consolas, "Liberation Mono", Menlo, Courier, monospace; + &.cm-s-default { + border-radius: 3px; + padding: 0 !important; + } + .cm-comment { + background: inherit !important; + } } .repository.file.editor .tab[data-tab="write"] { padding: 0 !important; |