1
0
Fork 0
forked from forgejo/forgejo

Convert tabs to spaces in .less files (#3064)

This commit is contained in:
silverwind 2017-12-02 20:48:43 +01:00 committed by Lauris BH
parent f9db60e3bd
commit d44aa831f3
12 changed files with 1335 additions and 1335 deletions

View file

@ -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;