Fix tab indentation in code view #10671

Merged
cipherboy merged 2 commits from fix-theme-indentation into master 2020-03-25 13:33:04 +00:00

@ -1077,11 +1077,8 @@ i.icon.centerlock {
li {
display: block;
width: 100%;
&:before {
content: ' ';
}
width: calc(100% - 1ch);
margin-left: 1ch;
}
}
}