Fix tab indentation in code view

Resolves: #5596

Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>
This commit is contained in:
Alexander Scheel 2020-03-08 11:50:50 -04:00
parent 4901096842
commit eb09077739
No known key found for this signature in database
GPG Key ID: C0D6C737D0003143

View File

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