Skip to content

Commit

Permalink
Fix tab indentation in code view (#10671)
Browse files Browse the repository at this point in the history
Resolves: #5596

Signed-off-by: Alexander Scheel <[email protected]>

Co-authored-by: Lunny Xiao <[email protected]>
  • Loading branch information
cipherboy and lunny authored Mar 25, 2020
1 parent 311ed51 commit 61830ac
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions web_src/less/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -1077,11 +1077,8 @@ i.icon.centerlock {

li {
display: block;
width: 100%;

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

0 comments on commit 61830ac

Please sign in to comment.