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>
mj
Alexander Scheel 4 years ago committed by GitHub
parent 311ed516ce
commit 61830ace0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save