Browse Source

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>
tags/v1.21.12.1
Alexander Scheel GitHub 6 years ago
parent
commit
61830ace0b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions
  1. +2
    -5
      web_src/less/_base.less

+ 2
- 5
web_src/less/_base.less View File

@@ -1077,11 +1077,8 @@ i.icon.centerlock {

li {
display: block;
width: 100%;

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


Loading…
Cancel
Save