Skip to content

Commit 8a7f825

Browse files
committed
fix padding
1 parent 21328f6 commit 8a7f825

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web_src/js/components/DiffFileTreeItem.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ a, a:hover {
6666
}
6767
6868
.sub-items .item-file {
69-
padding-left: 24px;
69+
margin-left: 8px;
70+
padding-left: 16px;
7071
}
7172
7273
.item-file.selected {

0 commit comments

Comments
 (0)