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>
This commit is contained in:
parent
311ed516ce
commit
61830ace0b
|
@ -1077,11 +1077,8 @@ i.icon.centerlock {
|
||||||
|
|
||||||
li {
|
li {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: calc(100% - 1ch);
|
||||||
|
margin-left: 1ch;
|
||||||
&:before {
|
|
||||||
content: ' ';
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue