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