Selaa lähdekoodia

Fix tab indentation in code view (#10671)

Resolves: #5596

Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
tags/v1.13.0-dev
Alexander Scheel 4 vuotta sitten
vanhempi
commit
61830ace0b
No account linked to committer's email address
1 muutettua tiedostoa jossa 2 lisäystä ja 5 poistoa
  1. 2
    5
      web_src/less/_base.less

+ 2
- 5
web_src/less/_base.less Näytä tiedosto

@@ -1077,11 +1077,8 @@ i.icon.centerlock {

li {
display: block;
width: 100%;

&:before {
content: ' ';
}
width: calc(100% - 1ch);
margin-left: 1ch;
}
}
}

Loading…
Peruuta
Tallenna